Html Css Color HEX #BE0BB7 Deep Magenta

📋 copy color: '#BE0BB7'

red 190 ◦ green 11 ◦ blue 183

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

Shades of Deep Magenta #BE0BB7

Tints of Deep Magenta #BE0BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.66%

R = 49.48%
G = 2.86%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE0BB7 (or 0xBE0BB7) is known color: Deep Magenta. HEX triplet: BE, 0B and B7. RGB value is (190,11,183). Sum of RGB (Red+Green+Blue) = 190+11+183=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 183 (71.88% from 255 or 47.66% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BB7 is #41F448. Grayscale: #535353. Windows color (decimal): -4322377 or 11996094. OLE color: 11996094.

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

Color convert

RGB 190 11 183 -
CMYK 0 0.94 0.04 0.25
HSL 302.35º 0.89% 0.39% -
HSV(B) 302.35º 0.94% 0.75% -
XYZ 29.9 14.61 46.04 -
YUV 84.13 183.8 203.51 -
System Red Green Blue C M Y K H S L
Decimal 190 11 183 0 0.94 0.04 0.25 302.35 0.89 0.39
Hex BE B B7 0 5E 4 19 12E 59 27
Octal 276 13 267 0 136 4 31 456 131 47
Binary 10111110 1011 10110111 0 1011110 100 11001 100101110 1011001 100111

Color Harmonies of #BE0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0BB7

Black with #BE0BB7

Text Example


Text Example

White with #BE0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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