#BC51D7

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

Shades of Medium Orchid #BC51D7

Tints of Medium Orchid #BC51D7

Color information

#BC51D7 (or 0xBC51D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 51 and D7. RGB value is (188,81,215). Sum of RGB (Red+Green+Blue) = 188+81+215=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC51D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51D7 is #43AE28. Grayscale: #7F7F7F. Windows color (decimal): -4435497 or 14111164. OLE color: 14111164.

HSL color Cylindrical-coordinate representation of color #BC51D7: hue angle of 287.91º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC51D7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18881215-
CMYK0.130.6200.16
HSL287.91º62.62%58.04%-
HSV(B)287.91º62.33%84.31%-
XYZ35.9521.4866.54-
YUV128.27176.95170.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=38.84%
G=16.74%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188812150.130.6200.16287.9162.6258.04
HexBC51D7D3E0101203f3a
Octal27412132715760204407772
Binary101111001010001110101111101111110010000100100000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51D7; }

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

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

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

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

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

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

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

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