#BF20B5

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

Shades of Deep Magenta #BF20B5

Tints of Deep Magenta #BF20B5

Color information

#BF20B5 (or 0xBF20B5) is unknown color: approx Deep Magenta. HEX triplet: BF, 20 and B5. RGB value is (191,32,181). Sum of RGB (Red+Green+Blue) = 191+32+181=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20B5 is #40DF4A. Grayscale: #606060. Windows color (decimal): -4251467 or 11870399. OLE color: 11870399.

HSL color Cylindrical-coordinate representation of color #BF20B5: hue angle of 303.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF20B5 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19132181-
CMYK00.830.050.25
HSL303.77º71.3%43.73%-
HSV(B)303.77º83.25%74.9%-
XYZ30.3415.4545.1-
YUV96.53175.68195.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 32 (12.89% from 255) = 7.92%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=47.28%
G=7.92%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913218100.830.050.25303.7771.343.73
HexBF20B5053519130472c
Octal27740265012353146010754
Binary101111111000001011010101010011101110011001100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF20B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF20B5; }

 p { color: rgb(191,32,181); }

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

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

 a { background-color: rgb(191,32,181); }

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

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

 span { border-color: rgb(191,32,181); }

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