#BE22BF

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

Shades of Deep Magenta #BE22BF

Tints of Deep Magenta #BE22BF

Color information

#BE22BF (or 0xBE22BF) is unknown color: approx Deep Magenta. HEX triplet: BE, 22 and BF. RGB value is (190,34,191). Sum of RGB (Red+Green+Blue) = 190+34+191=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE22BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE22BF is #41DD40. Grayscale: #626262. Windows color (decimal): -4316481 or 12526270. OLE color: 12526270.

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

Color convert

RGB19034191-
CMYK0.010.8200.25
HSL299.62º69.78%44.12%-
HSV(B)299.62º82.2%74.9%-
XYZ31.2115.8550.71-
YUV98.54180.18193.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 34 (13.67% from 255) = 8.19%
BLUE value IS 191 (75% from 255) = 46.02%
R=45.78%
G=8.19%
B=46.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190341910.010.8200.25299.6269.7844.12
HexBE22BF15201912c462c
Octal27642277112203145410654
Binary1011111010001010111111110100100110011001011001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE22BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE22BF; }

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

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

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

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

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

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

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

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