#BC08D7

Color #BC08D7 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BC08D7

Tints of Deep Magenta #BC08D7

Color information

#BC08D7 (or 0xBC08D7) is unknown color: approx Deep Magenta. HEX triplet: BC, 08 and D7. RGB value is (188,8,215). Sum of RGB (Red+Green+Blue) = 188+8+215=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC08D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08D7 is #43F728. Grayscale: #545454. Windows color (decimal): -4454185 or 14092476. OLE color: 14092476.

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

Color convert

RGB1888215-
CMYK0.130.9600.16
HSL292.17º92.83%43.73%-
HSV(B)292.17º96.28%84.31%-
XYZ33.0915.7765.59-
YUV85.42201.13201.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 8 (3.52% from 255) = 1.95%
BLUE value IS 215 (84.38% from 255) = 52.31%
R=45.74%
G=1.95%
B=52.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18882150.130.9600.16292.1792.8343.73
HexBC8D7D600101245d2c
Octal274103271514002044413554
Binary10111100100011010111110111000000100001001001001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC08D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC08D7; }

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

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

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

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

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

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

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

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