Html Css Color HEX #B10AA8 Deep Magenta

📋 copy color: '#B10AA8'

red 177 ◦ green 10 ◦ blue 168

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

Shades of Deep Magenta #B10AA8

Tints of Deep Magenta #B10AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 49.86%
G = 2.82%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B10AA8 (or 0xB10AA8) is known color: Deep Magenta. HEX triplet: B1, 0A and A8. RGB value is (177,10,168). Sum of RGB (Red+Green+Blue) = 177+10+168=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AA8 is #4EF557. Grayscale: #4D4D4D. Windows color (decimal): -5174616 or 11012785. OLE color: 11012785.

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

Color convert

RGB 177 10 168 -
CMYK 0 0.94 0.05 0.31
HSL 303.23º 0.89% 0.37% -
HSV(B) 303.23º 0.94% 0.69% -
XYZ 25.31 12.39 38.1 -
YUV 77.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 177 10 168 0 0.94 0.05 0.31 303.23 0.89 0.37
Hex B1 A A8 0 5E 5 1F 12F 59 25
Octal 261 12 250 0 136 5 37 457 131 45
Binary 10110001 1010 10101000 0 1011110 101 11111 100101111 1011001 100101

Color Harmonies of #B10AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AA8

Black with #B10AA8

Text Example


Text Example

White with #B10AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AA8; }

 p { color: rgb(177,10,168); }

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

background-color css

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

 a { background-color: rgb(177,10,168); }

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

border-color css

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

 span { border-color: rgb(177,10,168); }

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