#BC51CF

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

Shades of Medium Orchid #BC51CF

Tints of Medium Orchid #BC51CF

Color information

#BC51CF (or 0xBC51CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 51 and CF. RGB value is (188,81,207). Sum of RGB (Red+Green+Blue) = 188+81+207=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC51CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51CF is #43AE30. Grayscale: #7E7E7E. Windows color (decimal): -4435505 or 13586876. OLE color: 13586876.

HSL color Cylindrical-coordinate representation of color #BC51CF: hue angle of 290.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC51CF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18881207-
CMYK0.090.6100.19
HSL290.95º56.76%56.47%-
HSV(B)290.95º60.87%81.18%-
XYZ34.9421.0861.26-
YUV127.36172.95171.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 81 (32.03% from 255) = 17.02%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=39.50%
G=17.02%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188812070.090.6100.19290.9556.7656.47
HexBC51CF93D0131233938
Octal27412131711750234437170
Binary101111001010001110011111001111101010011100100011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51CF; }

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

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

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

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

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

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

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

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