#BF22BF

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

Shades of Deep Magenta #BF22BF

Tints of Deep Magenta #BF22BF

Color information

#BF22BF (or 0xBF22BF) is unknown color: approx Deep Magenta. HEX triplet: BF, 22 and BF. RGB value is (191,34,191). Sum of RGB (Red+Green+Blue) = 191+34+191=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF22BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF22BF is #40DD40. Grayscale: #626262. Windows color (decimal): -4250945 or 12526271. OLE color: 12526271.

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

Color convert

RGB19134191-
CMYK00.8200.25
HSL300º69.78%44.12%-
HSV(B)300º82.2%74.9%-
XYZ31.4615.9850.72-
YUV98.84180.01193.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 34 (13.67% from 255) = 8.17%
BLUE value IS 191 (75% from 255) = 45.91%
R=45.91%
G=8.17%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913419100.8200.2530069.7844.12
HexBF22BF05201912c462c
Octal27742277012203145410654
Binary1011111110001010111111010100100110011001011001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF22BF; }

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

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

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

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

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

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

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

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