#B054CD

Color #B054CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B054CD

Tints of Medium Orchid #B054CD

Color information

#B054CD (or 0xB054CD) is unknown color: approx Medium Orchid. HEX triplet: B0, 54 and CD. RGB value is (176,84,205). Sum of RGB (Red+Green+Blue) = 176+84+205=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B054CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054CD is #4FAB32. Grayscale: #7C7C7C. Windows color (decimal): -5221171 or 13456560. OLE color: 13456560.

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

Color convert

RGB17684205-
CMYK0.140.5900.20
HSL285.62º54.75%56.67%-
HSV(B)285.62º59.02%80.39%-
XYZ32.0919.9859.92-
YUV125.3172.98164.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 84 (33.20% from 255) = 18.06%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=37.85%
G=18.06%
B=44.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176842050.140.5900.20285.6254.7556.67
HexB054CDE3B01411e3739
Octal26012431516730244366771
Binary101100001010100110011011110111011010100100011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B054CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B054CD; }

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

 H1.HeaderClassName
 {
   color: #B054CD;
 }
 .AnyTagClassName
 {
   color: #B054CD;
 }
</style>
background-color css

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

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

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

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

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

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