Html Css Color HEX #BE22AF Deep Magenta

📋 copy color: '#BE22AF'

red 190 ◦ green 34 ◦ blue 175

#BE22AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE22AF

Tints of Deep Magenta #BE22AF

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 34 (13.67% from 255) = 8.52%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 47.62%
G = 8.52%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE22AF (or 0xBE22AF) is known color: Deep Magenta. HEX triplet: BE, 22 and AF. RGB value is (190,34,175). Sum of RGB (Red+Green+Blue) = 190+34+175=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE22AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE22AF is #41DD50. Grayscale: #606060. Windows color (decimal): -4316497 or 11477694. OLE color: 11477694.

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

Color convert

RGB 190 34 175 -
CMYK 0 0.82 0.08 0.25
HSL 305.77º 0.7% 0.44% -
HSV(B) 305.77º 0.82% 0.75% -
XYZ 29.55 15.19 41.93 -
YUV 96.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 190 34 175 0 0.82 0.08 0.25 305.77 0.7 0.44
Hex BE 22 AF 0 52 8 19 132 46 2C
Octal 276 42 257 0 122 10 31 462 106 54
Binary 10111110 100010 10101111 0 1010010 1000 11001 100110010 1000110 101100

Color Harmonies of #BE22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE22AF

Black with #BE22AF

Text Example


Text Example

White with #BE22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE22AF; }

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

 H1.HeaderClassName
 {
   color: #BE22AF;
 }
 .AnyTagClassName
 {
   color: #BE22AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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