Html Css Color HEX #BE0ABB Deep Magenta

📋 copy color: '#BE0ABB'

red 190 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #BE0ABB

Tints of Deep Magenta #BE0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 49.1%
G = 2.58%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE0ABB (or 0xBE0ABB) is known color: Deep Magenta. HEX triplet: BE, 0A and BB. RGB value is (190,10,187). Sum of RGB (Red+Green+Blue) = 190+10+187=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ABB is #41F544. Grayscale: #535353. Windows color (decimal): -4322629 or 12257982. OLE color: 12257982.

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

Color convert

RGB 190 10 187 -
CMYK 0 0.95 0.02 0.25
HSL 301º 0.9% 0.39% -
HSV(B) 301º 0.95% 0.75% -
XYZ 30.31 14.75 48.26 -
YUV 84 186.13 203.61 -
System Red Green Blue C M Y K H S L
Decimal 190 10 187 0 0.95 0.02 0.25 301 0.9 0.39
Hex BE A BB 0 5F 2 19 12D 5A 27
Octal 276 12 273 0 137 2 31 455 132 47
Binary 10111110 1010 10111011 0 1011111 10 11001 100101101 1011010 100111

Color Harmonies of #BE0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0ABB

Black with #BE0ABB

Text Example


Text Example

White with #BE0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0ABB; }

 p { color: rgb(190,10,187); }

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

background-color css

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

 a { background-color: rgb(190,10,187); }

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

border-color css

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

 span { border-color: rgb(190,10,187); }

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