Html Css Color HEX #BE08AB Deep Magenta

📋 copy color: '#BE08AB'

red 190 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #BE08AB

Tints of Deep Magenta #BE08AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 51.49%
G = 2.17%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE08AB (or 0xBE08AB) is known color: Deep Magenta. HEX triplet: BE, 08 and AB. RGB value is (190,8,171). Sum of RGB (Red+Green+Blue) = 190+8+171=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE08AB is #41F754. Grayscale: #505050. Windows color (decimal): -4323157 or 11208894. OLE color: 11208894.

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

Color convert

RGB 190 8 171 -
CMYK 0 0.96 0.10 0.25
HSL 306.26º 0.92% 0.39% -
HSV(B) 306.26º 0.96% 0.75% -
XYZ 28.67 14.06 39.73 -
YUV 81 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 190 8 171 0 0.96 0.10 0.25 306.26 0.92 0.39
Hex BE 8 AB 0 60 A 19 132 5C 27
Octal 276 10 253 0 140 12 31 462 134 47
Binary 10111110 1000 10101011 0 1100000 1010 11001 100110010 1011100 100111

Color Harmonies of #BE08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE08AB

Black with #BE08AB

Text Example


Text Example

White with #BE08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE08AB; }

 p { color: rgb(190,8,171); }

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

background-color css

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

 a { background-color: rgb(190,8,171); }

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

border-color css

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

 span { border-color: rgb(190,8,171); }

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