#BC58CA

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

Shades of Medium Orchid #BC58CA

Tints of Medium Orchid #BC58CA

Color information

#BC58CA (or 0xBC58CA) is unknown color: approx Medium Orchid. HEX triplet: BC, 58 and CA. RGB value is (188,88,202). Sum of RGB (Red+Green+Blue) = 188+88+202=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58CA is #43A735. Grayscale: #828282. Windows color (decimal): -4433718 or 13260988. OLE color: 13260988.

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

Color convert

RGB18888202-
CMYK0.070.5600.21
HSL292.63º51.82%56.86%-
HSV(B)292.63º56.44%79.22%-
XYZ34.8921.9458.27-
YUV130.9168.13168.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 88 (34.77% from 255) = 18.41%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=39.33%
G=18.41%
B=42.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188882020.070.5600.21292.6351.8256.86
HexBC58CA7380151253439
Octal2741303127700254456471
Binary10111100101100011001010111111000010101100100101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58CA; }

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

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

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

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

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

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

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

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