#BC36CD

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

Shades of Medium Orchid #BC36CD

Tints of Medium Orchid #BC36CD

Color information

#BC36CD (or 0xBC36CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 36 and CD. RGB value is (188,54,205). Sum of RGB (Red+Green+Blue) = 188+54+205=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC36CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36CD is #43C932. Grayscale: #6E6E6E. Windows color (decimal): -4442419 or 13448892. OLE color: 13448892.

HSL color Cylindrical-coordinate representation of color #BC36CD: hue angle of 293.25º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC36CD is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18854205-
CMYK0.080.7400.20
HSL293.25º60.16%50.78%-
HSV(B)293.25º73.66%80.39%-
XYZ33.0817.7459.44-
YUV111.28180.89182.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 54 (21.48% from 255) = 12.08%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=42.06%
G=12.08%
B=45.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188542050.080.7400.20293.2560.1650.78
HexBC36CD84A0141253c33
Octal27466315101120244457463
Binary101111001101101100110110001001010010100100100101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36CD; }

 p { color: rgb(188,54,205); }

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

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

 a { background-color: rgb(188,54,205); }

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

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

 span { border-color: rgb(188,54,205); }

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