#BF05B2

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

Shades of Deep Magenta #BF05B2

Tints of Deep Magenta #BF05B2

Color information

#BF05B2 (or 0xBF05B2) is unknown color: approx Deep Magenta. HEX triplet: BF, 05 and B2. RGB value is (191,5,178). Sum of RGB (Red+Green+Blue) = 191+5+178=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF05B2 is #40FA4D. Grayscale: #4F4F4F. Windows color (decimal): -4258382 or 11666879. OLE color: 11666879.

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

Color convert

RGB1915178-
CMYK00.970.070.25
HSL304.19º94.9%38.43%-
HSV(B)304.19º97.38%74.9%-
XYZ29.5814.443.34-
YUV80.34183.12206.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 5 (2.34% from 255) = 1.34%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=51.07%
G=1.34%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191517800.970.070.25304.1994.938.43
HexBF5B20617191305f26
Octal2775262014173146013746
Binary101111111011011001001100001111110011001100001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF05B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF05B2; }

 p { color: rgb(191,5,178); }

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

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

 a { background-color: rgb(191,5,178); }

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

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

 span { border-color: rgb(191,5,178); }

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