#BF19C9

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

Shades of Deep Magenta #BF19C9

Tints of Deep Magenta #BF19C9

Color information

#BF19C9 (or 0xBF19C9) is unknown color: approx Deep Magenta. HEX triplet: BF, 19 and C9. RGB value is (191,25,201). Sum of RGB (Red+Green+Blue) = 191+25+201=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF19C9 is #40E636. Grayscale: #5E5E5E. Windows color (decimal): -4253239 or 13179327. OLE color: 13179327.

HSL color Cylindrical-coordinate representation of color #BF19C9: hue angle of 296.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF19C9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19125201-
CMYK0.050.8800.21
HSL296.59º77.88%44.31%-
HSV(B)296.59º87.56%78.82%-
XYZ32.3815.9956.64-
YUV94.7188196.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 25 (10.16% from 255) = 6.00%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=45.80%
G=6.00%
B=48.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191252010.050.8800.21296.5977.8844.31
HexBF19C95580151294e2c
Octal27731311513002545111654
Binary10111111110011100100110110110000101011001010011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF19C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF19C9; }

 p { color: rgb(191,25,201); }

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

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

 a { background-color: rgb(191,25,201); }

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

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

 span { border-color: rgb(191,25,201); }

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