#BF0CDD

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

Shades of Deep Magenta #BF0CDD

Tints of Deep Magenta #BF0CDD

Color information

#BF0CDD (or 0xBF0CDD) is unknown color: approx Deep Magenta. HEX triplet: BF, 0C and DD. RGB value is (191,12,221). Sum of RGB (Red+Green+Blue) = 191+12+221=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0CDD is #40F322. Grayscale: #585858. Windows color (decimal): -4256547 or 14486719. OLE color: 14486719.

HSL color Cylindrical-coordinate representation of color #BF0CDD: hue angle of 291.39º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0CDD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19112221-
CMYK0.140.9500.13
HSL291.39º89.7%45.69%-
HSV(B)291.39º94.57%86.67%-
XYZ34.6716.5669.78-
YUV89.35202.3200.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 12 (5.08% from 255) = 2.83%
BLUE value IS 221 (86.72% from 255) = 52.12%
R=45.05%
G=2.83%
B=52.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191122210.140.9500.13291.3989.745.69
HexBFCDDE5F0D1235a2e
Octal277143351613701544313256
Binary1011111111001101110111101011111011011001000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0CDD; }

 p { color: rgb(191,12,221); }

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

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

 a { background-color: rgb(191,12,221); }

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

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

 span { border-color: rgb(191,12,221); }

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