Html Css Color HEX #BE0BA9 Deep Magenta

📋 copy color: '#BE0BA9'

red 190 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #BE0BA9

Tints of Deep Magenta #BE0BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.97%

 BLUE value IS 169 (66.41% from 255) = 45.68%

R = 51.35%
G = 2.97%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE0BA9 (or 0xBE0BA9) is known color: Deep Magenta. HEX triplet: BE, 0B and A9. RGB value is (190,11,169). Sum of RGB (Red+Green+Blue) = 190+11+169=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA9 is #41F456. Grayscale: #525252. Windows color (decimal): -4322391 or 11078590. OLE color: 11078590.

HSL color Cylindrical-coordinate representation of color #BE0BA9: hue angle of 307.04º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 11 169 -
CMYK 0 0.94 0.11 0.25
HSL 307.04º 0.89% 0.39% -
HSV(B) 307.04º 0.94% 0.75% -
XYZ 28.52 14.05 38.75 -
YUV 82.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 190 11 169 0 0.94 0.11 0.25 307.04 0.89 0.39
Hex BE B A9 0 5E B 19 133 59 27
Octal 276 13 251 0 136 13 31 463 131 47
Binary 10111110 1011 10101001 0 1011110 1011 11001 100110011 1011001 100111

Color Harmonies of #BE0BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BA9

Black with #BE0BA9

Text Example


Text Example

White with #BE0BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BA9; }

 p { color: rgb(190,11,169); }

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

background-color css

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

 a { background-color: rgb(190,11,169); }

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

border-color css

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

 span { border-color: rgb(190,11,169); }

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