Html Css Color HEX #BE22DB Deep Magenta

📋 copy color: '#BE22DB'

red 190 ◦ green 34 ◦ blue 219

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

Shades of Deep Magenta #BE22DB

Tints of Deep Magenta #BE22DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 42.89%
G = 7.67%
B = 49.44%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE22DB (or 0xBE22DB) is known color: Deep Magenta. HEX triplet: BE, 22 and DB. RGB value is (190,34,219). Sum of RGB (Red+Green+Blue) = 190+34+219=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE22DB is #41DD24. Grayscale: #656565. Windows color (decimal): -4316453 or 14361278. OLE color: 14361278.

HSL color Cylindrical-coordinate representation of color #BE22DB: hue angle of 290.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE22DB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 34 219 -
CMYK 0.13 0.84 0 0.14
HSL 290.59º 0.73% 0.5% -
HSV(B) 290.59º 0.84% 0.86% -
XYZ 34.59 17.21 68.52 -
YUV 101.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 190 34 219 0.13 0.84 0 0.14 290.59 0.73 0.5
Hex BE 22 DB D 54 0 E 123 49 32
Octal 276 42 333 15 124 0 16 443 111 62
Binary 10111110 100010 11011011 1101 1010100 0 1110 100100011 1001001 110010

Color Harmonies of #BE22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE22DB

Black with #BE22DB

Text Example


Text Example

White with #BE22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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