#BF22B2

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

Shades of Deep Magenta #BF22B2

Tints of Deep Magenta #BF22B2

Color information

#BF22B2 (or 0xBF22B2) is unknown color: approx Deep Magenta. HEX triplet: BF, 22 and B2. RGB value is (191,34,178). Sum of RGB (Red+Green+Blue) = 191+34+178=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF22B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF22B2 is #40DD4D. Grayscale: #606060. Windows color (decimal): -4250958 or 11674303. OLE color: 11674303.

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

Color convert

RGB19134178-
CMYK00.820.070.25
HSL304.97º69.78%44.12%-
HSV(B)304.97º82.2%74.9%-
XYZ30.0915.4343.51-
YUV97.36173.51194.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 34 (13.67% from 255) = 8.44%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=47.39%
G=8.44%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913417800.820.070.25304.9769.7844.12
HexBF22B2052719131462c
Octal27742262012273146110654
Binary101111111000101011001001010010111110011001100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF22B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF22B2; }

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

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

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

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

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

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

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

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