Html Css Color HEX #B455FB Medium Orchid

📋 copy color: '#B455FB'

red 180 ◦ green 85 ◦ blue 251

#B455FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B455FB

Tints of Medium Orchid #B455FB

RGB

 RED value IS 180 (70.7% from 255) = 34.88%

 GREEN value IS 85 (33.59% from 255) = 16.47%

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 34.88%
G = 16.47%
B = 48.64%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B455FB (or 0xB455FB) is known color: Medium Orchid. HEX triplet: B4, 55 and FB. RGB value is (180,85,251). Sum of RGB (Red+Green+Blue) = 180+85+251=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #B455FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B455FB is #4BAA04. Grayscale: #838383. Windows color (decimal): -4958725 or 16471476. OLE color: 16471476.

HSL color Cylindrical-coordinate representation of color #B455FB: hue angle of 274.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B455FB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 85 251 -
CMYK 0.28 0.66 0 0.02
HSL 274.34º 0.95% 0.66% -
HSV(B) 274.34º 0.66% 0.98% -
XYZ 39.48 23.17 93.66 -
YUV 132.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 180 85 251 0.28 0.66 0 0.02 274.34 0.95 0.66
Hex B4 55 FB 1C 42 0 2 112 5F 42
Octal 264 125 373 34 102 0 2 422 137 102
Binary 10110100 1010101 11111011 11100 1000010 0 10 100010010 1011111 1000010

Color Harmonies of #B455FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455FB

Black with #B455FB

Text Example


Text Example

White with #B455FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455FB; }

 p { color: rgb(180,85,251); }

 H1.HeaderClassName
 {
   color: #B455FB;
 }
 .AnyTagClassName
 {
   color: #B455FB;
 }
</style>

background-color css

<style>
 a { background-color: #B455FB; }

 a { background-color: rgb(180,85,251); }

 div.DivClassName
 {
   background-color: #B455FB;
 }
 .BgClassName
 {
   background-color: #B455FB;
 }
</style>

border-color css

<style>
 span { border-color: #B455FB; }

 span { border-color: rgb(180,85,251); }

 td.TdClassName
 {
   border-color: #B455FB;
 }
 .TagClassName
 {
   border-color: #B455FB;
 }
</style>