#BC36D9

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

Shades of Medium Orchid #BC36D9

Tints of Medium Orchid #BC36D9

Color information

#BC36D9 (or 0xBC36D9) is unknown color: approx Medium Orchid. HEX triplet: BC, 36 and D9. RGB value is (188,54,217). Sum of RGB (Red+Green+Blue) = 188+54+217=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC36D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36D9 is #43C926. Grayscale: #707070. Windows color (decimal): -4442407 or 14235324. OLE color: 14235324.

HSL color Cylindrical-coordinate representation of color #BC36D9: hue angle of 289.33º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC36D9 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18854217-
CMYK0.130.7500.15
HSL289.33º68.2%53.14%-
HSV(B)289.33º75.12%85.1%-
XYZ34.5818.3467.36-
YUV112.65186.89181.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 54 (21.48% from 255) = 11.76%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=40.96%
G=11.76%
B=47.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188542170.130.7500.15289.3368.253.14
HexBC36D9D4B0F1214435
Octal274663311511301744110465
Binary101111001101101101100111011001011011111001000011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36D9; }

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

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

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

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

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

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

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

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