Html Css Color HEX #BE0DC9 Deep Magenta

📋 copy color: '#BE0DC9'

red 190 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #BE0DC9

Tints of Deep Magenta #BE0DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.22%

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 47.03%
G = 3.22%
B = 49.75%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE0DC9 (or 0xBE0DC9) is known color: Deep Magenta. HEX triplet: BE, 0D and C9. RGB value is (190,13,201). Sum of RGB (Red+Green+Blue) = 190+13+201=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #BE0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DC9 is #41F236. Grayscale: #565656. Windows color (decimal): -4321847 or 13176254. OLE color: 13176254.

HSL color Cylindrical-coordinate representation of color #BE0DC9: hue angle of 296.49º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DC9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 13 201 -
CMYK 0.05 0.94 0 0.21
HSL 296.49º 0.88% 0.42% -
HSV(B) 296.49º 0.94% 0.79% -
XYZ 31.92 15.45 56.56 -
YUV 87.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 190 13 201 0.05 0.94 0 0.21 296.49 0.88 0.42
Hex BE D C9 5 5E 0 15 128 58 2A
Octal 276 15 311 5 136 0 25 450 130 52
Binary 10111110 1101 11001001 101 1011110 0 10101 100101000 1011000 101010

Color Harmonies of #BE0DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DC9

Black with #BE0DC9

Text Example


Text Example

White with #BE0DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DC9; }

 p { color: rgb(190,13,201); }

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

background-color css

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

 a { background-color: rgb(190,13,201); }

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

border-color css

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

 span { border-color: rgb(190,13,201); }

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