#BC54D6

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

Shades of Medium Orchid #BC54D6

Tints of Medium Orchid #BC54D6

Color information

#BC54D6 (or 0xBC54D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and D6. RGB value is (188,84,214). Sum of RGB (Red+Green+Blue) = 188+84+214=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC54D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54D6 is #43AB29. Grayscale: #818181. Windows color (decimal): -4434730 or 14046396. OLE color: 14046396.

HSL color Cylindrical-coordinate representation of color #BC54D6: hue angle of 288º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC54D6 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18884214-
CMYK0.120.6100.16
HSL288º61.32%58.43%-
HSV(B)288º60.75%83.92%-
XYZ36.0521.8965.94-
YUV129.92175.46169.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=38.68%
G=17.28%
B=44.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188842140.120.6100.1628861.3258.43
HexBC54D6C3D0101203d3a
Octal27412432614750204407572
Binary101111001010100110101101100111101010000100100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54D6; }

 p { color: rgb(188,84,214); }

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

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

 a { background-color: rgb(188,84,214); }

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

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

 span { border-color: rgb(188,84,214); }

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