#BC60D1

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

Shades of Medium Orchid #BC60D1

Tints of Medium Orchid #BC60D1

Color information

#BC60D1 (or 0xBC60D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 60 and D1. RGB value is (188,96,209). Sum of RGB (Red+Green+Blue) = 188+96+209=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60D1 is #439F2E. Grayscale: #888888. Windows color (decimal): -4431663 or 13721788. OLE color: 13721788.

HSL color Cylindrical-coordinate representation of color #BC60D1: hue angle of 288.85º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC60D1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18896209-
CMYK0.100.5400.18
HSL288.85º55.12%59.8%-
HSV(B)288.85º54.07%81.96%-
XYZ36.4323.6662.97-
YUV136.39168.98164.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=38.13%
G=19.47%
B=42.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188962090.100.5400.18288.8555.1259.8
HexBC60D1A36012121373c
Octal27414032112660224416774
Binary101111001100000110100011010110110010010100100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60D1; }

 p { color: rgb(188,96,209); }

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

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

 a { background-color: rgb(188,96,209); }

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

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

 span { border-color: rgb(188,96,209); }

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