Html Css Color HEX #BE08E0 Deep Magenta

📋 copy color: '#BE08E0'

red 190 ◦ green 8 ◦ blue 224

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

Shades of Deep Magenta #BE08E0

Tints of Deep Magenta #BE08E0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

 BLUE value IS 224 (87.89% from 255) = 53.08%

R = 45.02%
G = 1.9%
B = 53.08%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE08E0 (or 0xBE08E0) is known color: Deep Magenta. HEX triplet: BE, 08 and E0. RGB value is (190,8,224). Sum of RGB (Red+Green+Blue) = 190+8+224=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE08E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE08E0 is #41F71F. Grayscale: #565656. Windows color (decimal): -4323104 or 14682302. OLE color: 14682302.

HSL color Cylindrical-coordinate representation of color #BE08E0: hue angle of 290.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE08E0 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 8 224 -
CMYK 0.15 0.96 0 0.12
HSL 290.56º 0.93% 0.45% -
HSV(B) 290.56º 0.96% 0.88% -
XYZ 34.78 16.5 71.87 -
YUV 87.04 205.3 201.44 -
System Red Green Blue C M Y K H S L
Decimal 190 8 224 0.15 0.96 0 0.12 290.56 0.93 0.45
Hex BE 8 E0 F 60 0 C 123 5D 2D
Octal 276 10 340 17 140 0 14 443 135 55
Binary 10111110 1000 11100000 1111 1100000 0 1100 100100011 1011101 101101

Color Harmonies of #BE08E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08E0

Black with #BE08E0

Text Example


Text Example

White with #BE08E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08E0; }

 p { color: rgb(190,8,224); }

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

background-color css

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

 a { background-color: rgb(190,8,224); }

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

border-color css

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

 span { border-color: rgb(190,8,224); }

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