Html Css Color HEX #BE23DA Deep Magenta

📋 copy color: '#BE23DA'

red 190 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #BE23DA

Tints of Deep Magenta #BE23DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 42.89%
G = 7.9%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE23DA (or 0xBE23DA) is known color: Deep Magenta. HEX triplet: BE, 23 and DA. RGB value is (190,35,218). Sum of RGB (Red+Green+Blue) = 190+35+218=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE23DA is #41DC25. Grayscale: #656565. Windows color (decimal): -4316198 or 14295998. OLE color: 14295998.

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

Color convert

RGB 190 35 218 -
CMYK 0.13 0.84 0 0.15
HSL 290.82º 0.72% 0.5% -
HSV(B) 290.82º 0.84% 0.85% -
XYZ 34.49 17.21 67.83 -
YUV 102.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 190 35 218 0.13 0.84 0 0.15 290.82 0.72 0.5
Hex BE 23 DA D 54 0 F 123 48 32
Octal 276 43 332 15 124 0 17 443 110 62
Binary 10111110 100011 11011010 1101 1010100 0 1111 100100011 1001000 110010

Color Harmonies of #BE23DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23DA

Black with #BE23DA

Text Example


Text Example

White with #BE23DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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