Html Css Color HEX #BE0DB0 Deep Magenta

📋 copy color: '#BE0DB0'

red 190 ◦ green 13 ◦ blue 176

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

Shades of Deep Magenta #BE0DB0

Tints of Deep Magenta #BE0DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 50.13%
G = 3.43%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE0DB0 (or 0xBE0DB0) is known color: Deep Magenta. HEX triplet: BE, 0D and B0. RGB value is (190,13,176). Sum of RGB (Red+Green+Blue) = 190+13+176=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DB0 is #41F24F. Grayscale: #545454. Windows color (decimal): -4321872 or 11537854. OLE color: 11537854.

HSL color Cylindrical-coordinate representation of color #BE0DB0: hue angle of 304.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DB0 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 176 -
CMYK 0 0.93 0.07 0.25
HSL 304.75º 0.87% 0.4% -
HSV(B) 304.75º 0.93% 0.75% -
XYZ 29.22 14.37 42.31 -
YUV 84.51 179.64 203.25 -
System Red Green Blue C M Y K H S L
Decimal 190 13 176 0 0.93 0.07 0.25 304.75 0.87 0.4
Hex BE D B0 0 5D 7 19 131 57 28
Octal 276 15 260 0 135 7 31 461 127 50
Binary 10111110 1101 10110000 0 1011101 111 11001 100110001 1010111 101000

Color Harmonies of #BE0DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DB0

Black with #BE0DB0

Text Example


Text Example

White with #BE0DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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