#BF04B3

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

Shades of Deep Magenta #BF04B3

Tints of Deep Magenta #BF04B3

Color information

#BF04B3 (or 0xBF04B3) is unknown color: approx Deep Magenta. HEX triplet: BF, 04 and B3. RGB value is (191,4,179). Sum of RGB (Red+Green+Blue) = 191+4+179=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF04B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04B3 is #40FB4C. Grayscale: #4F4F4F. Windows color (decimal): -4258637 or 11732159. OLE color: 11732159.

HSL color Cylindrical-coordinate representation of color #BF04B3: hue angle of 303.85º 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 #BF04B3 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB1914179-
CMYK00.980.060.25
HSL303.85º95.9%38.24%-
HSV(B)303.85º97.91%74.9%-
XYZ29.6714.4243.87-
YUV79.86183.95207.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=51.07%
G=1.07%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191417900.980.060.25303.8595.938.24
HexBF4B30626191306026
Octal2774263014263146014046
Binary101111111001011001101100010110110011001100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF04B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF04B3; }

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

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

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

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

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

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

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

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