Html Css Color HEX #B10EAC Deep Magenta

📋 copy color: '#B10EAC'

red 177 ◦ green 14 ◦ blue 172

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

Shades of Deep Magenta #B10EAC

Tints of Deep Magenta #B10EAC

RGB

 RED value IS 177 (69.53% from 255) = 48.76%

 GREEN value IS 14 (5.86% from 255) = 3.86%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 48.76%
G = 3.86%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B10EAC (or 0xB10EAC) is known color: Deep Magenta. HEX triplet: B1, 0E and AC. RGB value is (177,14,172). Sum of RGB (Red+Green+Blue) = 177+14+172=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B10EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10EAC is #4EF153. Grayscale: #505050. Windows color (decimal): -5173588 or 11275953. OLE color: 11275953.

HSL color Cylindrical-coordinate representation of color #B10EAC: hue angle of 301.84º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10EAC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 14 172 -
CMYK 0 0.92 0.03 0.31
HSL 301.84º 0.85% 0.37% -
HSV(B) 301.84º 0.92% 0.69% -
XYZ 25.73 12.64 40.11 -
YUV 80.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 177 14 172 0 0.92 0.03 0.31 301.84 0.85 0.37
Hex B1 E AC 0 5C 3 1F 12E 55 25
Octal 261 16 254 0 134 3 37 456 125 45
Binary 10110001 1110 10101100 0 1011100 11 11111 100101110 1010101 100101

Color Harmonies of #B10EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EAC

Black with #B10EAC

Text Example


Text Example

White with #B10EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EAC; }

 p { color: rgb(177,14,172); }

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

background-color css

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

 a { background-color: rgb(177,14,172); }

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

border-color css

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

 span { border-color: rgb(177,14,172); }

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