#BF04B0

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

Shades of Deep Magenta #BF04B0

Tints of Deep Magenta #BF04B0

Color information

#BF04B0 (or 0xBF04B0) is unknown color: approx Deep Magenta. HEX triplet: BF, 04 and B0. RGB value is (191,4,176). Sum of RGB (Red+Green+Blue) = 191+4+176=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF04B0 is #40FB4F. Grayscale: #4F4F4F. Windows color (decimal): -4258640 or 11535551. OLE color: 11535551.

HSL color Cylindrical-coordinate representation of color #BF04B0: hue angle of 304.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB1914176-
CMYK00.980.080.25
HSL304.81º95.9%38.24%-
HSV(B)304.81º97.91%74.9%-
XYZ29.3714.342.29-
YUV79.52182.45207.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=51.48%
G=1.08%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191417600.980.080.25304.8195.938.24
HexBF4B00628191316026
Octal27742600142103146114046
Binary1011111110010110000011000101000110011001100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF04B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF04B0; }

 p { color: rgb(191,4,176); }

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

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

 a { background-color: rgb(191,4,176); }

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

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

 span { border-color: rgb(191,4,176); }

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