Html Css Color HEX #BE0ED8 Deep Magenta

📋 copy color: '#BE0ED8'

red 190 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #BE0ED8

Tints of Deep Magenta #BE0ED8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 45.24%
G = 3.33%
B = 51.43%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE0ED8 (or 0xBE0ED8) is known color: Deep Magenta. HEX triplet: BE, 0E and D8. RGB value is (190,14,216). Sum of RGB (Red+Green+Blue) = 190+14+216=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ED8 is #41F127. Grayscale: #595959. Windows color (decimal): -4321576 or 14159550. OLE color: 14159550.

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

Color convert

RGB 190 14 216 -
CMYK 0.12 0.94 0 0.15
HSL 292.28º 0.88% 0.45% -
HSV(B) 292.28º 0.94% 0.85% -
XYZ 33.79 16.22 66.32 -
YUV 89.65 199.31 199.57 -
System Red Green Blue C M Y K H S L
Decimal 190 14 216 0.12 0.94 0 0.15 292.28 0.88 0.45
Hex BE E D8 C 5E 0 F 124 58 2D
Octal 276 16 330 14 136 0 17 444 130 55
Binary 10111110 1110 11011000 1100 1011110 0 1111 100100100 1011000 101101

Color Harmonies of #BE0ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0ED8

Black with #BE0ED8

Text Example


Text Example

White with #BE0ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0ED8; }

 p { color: rgb(190,14,216); }

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

background-color css

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

 a { background-color: rgb(190,14,216); }

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

border-color css

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

 span { border-color: rgb(190,14,216); }

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