Html Css Color HEX #BE0BAF Deep Magenta

📋 copy color: '#BE0BAF'

red 190 ◦ green 11 ◦ blue 175

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

Shades of Deep Magenta #BE0BAF

Tints of Deep Magenta #BE0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.54%

R = 50.53%
G = 2.93%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE0BAF (or 0xBE0BAF) is known color: Deep Magenta. HEX triplet: BE, 0B and AF. RGB value is (190,11,175). Sum of RGB (Red+Green+Blue) = 190+11+175=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BAF is #41F450. Grayscale: #525252. Windows color (decimal): -4322385 or 11471806. OLE color: 11471806.

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

Color convert

RGB 190 11 175 -
CMYK 0 0.94 0.08 0.25
HSL 305.03º 0.89% 0.39% -
HSV(B) 305.03º 0.94% 0.75% -
XYZ 29.09 14.28 41.78 -
YUV 83.22 179.8 204.16 -
System Red Green Blue C M Y K H S L
Decimal 190 11 175 0 0.94 0.08 0.25 305.03 0.89 0.39
Hex BE B AF 0 5E 8 19 131 59 27
Octal 276 13 257 0 136 10 31 461 131 47
Binary 10111110 1011 10101111 0 1011110 1000 11001 100110001 1011001 100111

Color Harmonies of #BE0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BAF

Black with #BE0BAF

Text Example


Text Example

White with #BE0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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