#BF1CB8

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

Shades of Deep Magenta #BF1CB8

Tints of Deep Magenta #BF1CB8

Color information

#BF1CB8 (or 0xBF1CB8) is unknown color: approx Deep Magenta. HEX triplet: BF, 1C and B8. RGB value is (191,28,184). Sum of RGB (Red+Green+Blue) = 191+28+184=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1CB8 is #40E347. Grayscale: #5E5E5E. Windows color (decimal): -4252488 or 12065983. OLE color: 12065983.

HSL color Cylindrical-coordinate representation of color #BF1CB8: hue angle of 302.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1CB8 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19128184-
CMYK00.850.040.25
HSL302.58º74.43%42.94%-
HSV(B)302.58º85.34%74.9%-
XYZ30.5515.3746.7-
YUV94.52178.5196.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 28 (11.33% from 255) = 6.95%
BLUE value IS 184 (72.27% from 255) = 45.66%
R=47.39%
G=6.95%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912818400.850.040.25302.5874.4342.94
HexBF1CB805541912f4a2b
Octal27734270012543145711253
Binary10111111111001011100001010101100110011001011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1CB8; }

 p { color: rgb(191,28,184); }

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

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

 a { background-color: rgb(191,28,184); }

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

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

 span { border-color: rgb(191,28,184); }

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