#BC51CB

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

Shades of Medium Orchid #BC51CB

Tints of Medium Orchid #BC51CB

Color information

#BC51CB (or 0xBC51CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 51 and CB. RGB value is (188,81,203). Sum of RGB (Red+Green+Blue) = 188+81+203=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51CB is #43AE34. Grayscale: #7E7E7E. Windows color (decimal): -4435509 or 13324732. OLE color: 13324732.

HSL color Cylindrical-coordinate representation of color #BC51CB: hue angle of 292.62º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC51CB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18881203-
CMYK0.070.6000.20
HSL292.62º53.98%55.69%-
HSV(B)292.62º60.1%79.61%-
XYZ34.4620.8958.72-
YUV126.9170.95171.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=39.83%
G=17.16%
B=43.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188812030.070.6000.20292.6253.9855.69
HexBC51CB73C0141253638
Octal2741213137740244456670
Binary10111100101000111001011111111100010100100100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51CB; }

 p { color: rgb(188,81,203); }

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

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

 a { background-color: rgb(188,81,203); }

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

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

 span { border-color: rgb(188,81,203); }

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