#BC47D2

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

Shades of Medium Orchid #BC47D2

Tints of Medium Orchid #BC47D2

Color information

#BC47D2 (or 0xBC47D2) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and D2. RGB value is (188,71,210). Sum of RGB (Red+Green+Blue) = 188+71+210=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47D2 is #43B82D. Grayscale: #797979. Windows color (decimal): -4438062 or 13780924. OLE color: 13780924.

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

Color convert

RGB18871210-
CMYK0.100.6600.18
HSL290.5º60.7%55.1%-
HSV(B)290.5º66.19%82.35%-
XYZ34.6319.8562.98-
YUV121.83177.76175.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 71 (28.12% from 255) = 15.14%
BLUE value IS 210 (82.42% from 255) = 44.78%
R=40.09%
G=15.14%
B=44.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188712100.100.6600.18290.560.755.1
HexBC47D2A420121233d37
Octal274107322121020224437567
Binary1011110010001111101001010101000010010010100100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47D2; }

 p { color: rgb(188,71,210); }

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

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

 a { background-color: rgb(188,71,210); }

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

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

 span { border-color: rgb(188,71,210); }

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