Html Css Color HEX #B054CE Medium Orchid

📋 copy color: '#B054CE'

red 176 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #B054CE

Tints of Medium Orchid #B054CE

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

 GREEN value IS 84 (33.2% from 255) = 18.03%

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 37.77%
G = 18.03%
B = 44.21%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B054CE (or 0xB054CE) is known color: Medium Orchid. HEX triplet: B0, 54 and CE. RGB value is (176,84,206). Sum of RGB (Red+Green+Blue) = 176+84+206=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #B054CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054CE is #4FAB31. Grayscale: #7D7D7D. Windows color (decimal): -5221170 or 13522096. OLE color: 13522096.

HSL color Cylindrical-coordinate representation of color #B054CE: hue angle of 285.25º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B054CE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 84 206 -
CMYK 0.15 0.59 0 0.19
HSL 285.25º 0.55% 0.57% -
HSV(B) 285.25º 0.59% 0.81% -
XYZ 32.22 20.03 60.56 -
YUV 125.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 176 84 206 0.15 0.59 0 0.19 285.25 0.55 0.57
Hex B0 54 CE F 3B 0 13 11D 37 39
Octal 260 124 316 17 73 0 23 435 67 71
Binary 10110000 1010100 11001110 1111 111011 0 10011 100011101 110111 111001

Color Harmonies of #B054CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054CE

Black with #B054CE

Text Example


Text Example

White with #B054CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054CE; }

 p { color: rgb(176,84,206); }

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

background-color css

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

 a { background-color: rgb(176,84,206); }

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

border-color css

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

 span { border-color: rgb(176,84,206); }

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