Html Css Color HEX #BE0DB3 Deep Magenta

📋 copy color: '#BE0DB3'

red 190 ◦ green 13 ◦ blue 179

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

Shades of Deep Magenta #BE0DB3

Tints of Deep Magenta #BE0DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.86%

R = 49.74%
G = 3.4%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE0DB3 (or 0xBE0DB3) is known color: Deep Magenta. HEX triplet: BE, 0D and B3. RGB value is (190,13,179). Sum of RGB (Red+Green+Blue) = 190+13+179=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DB3 is #41F24C. Grayscale: #545454. Windows color (decimal): -4321869 or 11734462. OLE color: 11734462.

HSL color Cylindrical-coordinate representation of color #BE0DB3: hue angle of 303.73º 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 #BE0DB3 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 13 179 -
CMYK 0 0.93 0.06 0.25
HSL 303.73º 0.87% 0.4% -
HSV(B) 303.73º 0.93% 0.75% -
XYZ 29.52 14.49 43.89 -
YUV 84.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 190 13 179 0 0.93 0.06 0.25 303.73 0.87 0.4
Hex BE D B3 0 5D 6 19 130 57 28
Octal 276 15 263 0 135 6 31 460 127 50
Binary 10111110 1101 10110011 0 1011101 110 11001 100110000 1010111 101000

Color Harmonies of #BE0DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0DB3

Black with #BE0DB3

Text Example


Text Example

White with #BE0DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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