#BC54CA

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

Shades of Medium Orchid #BC54CA

Tints of Medium Orchid #BC54CA

Color information

#BC54CA (or 0xBC54CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 54 and CA. RGB value is (188,84,202). Sum of RGB (Red+Green+Blue) = 188+84+202=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC54CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54CA is #43AB35. Grayscale: #808080. Windows color (decimal): -4434742 or 13259964. OLE color: 13259964.

HSL color Cylindrical-coordinate representation of color #BC54CA: hue angle of 292.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC54CA is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18884202-
CMYK0.070.5800.21
HSL292.88º52.68%56.08%-
HSV(B)292.88º58.42%79.22%-
XYZ34.5721.358.17-
YUV128.55169.46170.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=39.66%
G=17.72%
B=42.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188842020.070.5800.21292.8852.6856.08
HexBC54CA73A0151253538
Octal2741243127720254456570
Binary10111100101010011001010111111010010101100100101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54CA; }

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

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

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

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

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

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

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

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