Html Css Color HEX #BE23DB Deep Magenta

📋 copy color: '#BE23DB'

red 190 ◦ green 35 ◦ blue 219

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

Shades of Deep Magenta #BE23DB

Tints of Deep Magenta #BE23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.88%

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

R = 42.79%
G = 7.88%
B = 49.32%

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

#BE23DB (or 0xBE23DB) is known color: Deep Magenta. HEX triplet: BE, 23 and DB. RGB value is (190,35,219). Sum of RGB (Red+Green+Blue) = 190+35+219=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23DB is #41DC24. Grayscale: #656565. Windows color (decimal): -4316197 or 14361534. OLE color: 14361534.

HSL color Cylindrical-coordinate representation of color #BE23DB: hue angle of 290.54º degrees, saturation: 0.72, 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 #BE23DB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 35 219 -
CMYK 0.13 0.84 0 0.14
HSL 290.54º 0.72% 0.5% -
HSV(B) 290.54º 0.84% 0.86% -
XYZ 34.62 17.26 68.53 -
YUV 102.32 193.85 190.54 -
System Red Green Blue C M Y K H S L
Decimal 190 35 219 0.13 0.84 0 0.14 290.54 0.72 0.5
Hex BE 23 DB D 54 0 E 123 48 32
Octal 276 43 333 15 124 0 16 443 110 62
Binary 10111110 100011 11011011 1101 1010100 0 1110 100100011 1001000 110010

Color Harmonies of #BE23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23DB

Black with #BE23DB

Text Example


Text Example

White with #BE23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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