Html Css Color HEX #B10BA9 Deep Magenta

📋 copy color: '#B10BA9'

red 177 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #B10BA9

Tints of Deep Magenta #B10BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 49.58%
G = 3.08%
B = 47.34%

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

#B10BA9 (or 0xB10BA9) is known color: Deep Magenta. HEX triplet: B1, 0B and A9. RGB value is (177,11,169). Sum of RGB (Red+Green+Blue) = 177+11+169=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BA9 is #4EF456. Grayscale: #4E4E4E. Windows color (decimal): -5174359 or 11078577. OLE color: 11078577.

HSL color Cylindrical-coordinate representation of color #B10BA9: hue angle of 302.89º degrees, saturation: 0.88, 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 #B10BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 11 169 -
CMYK 0 0.94 0.05 0.31
HSL 302.89º 0.88% 0.37% -
HSV(B) 302.89º 0.94% 0.69% -
XYZ 25.41 12.45 38.6 -
YUV 78.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 177 11 169 0 0.94 0.05 0.31 302.89 0.88 0.37
Hex B1 B A9 0 5E 5 1F 12F 58 25
Octal 261 13 251 0 136 5 37 457 130 45
Binary 10110001 1011 10101001 0 1011110 101 11111 100101111 1011000 100101

Color Harmonies of #B10BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BA9

Black with #B10BA9

Text Example


Text Example

White with #B10BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BA9; }

 p { color: rgb(177,11,169); }

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

background-color css

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

 a { background-color: rgb(177,11,169); }

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

border-color css

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

 span { border-color: rgb(177,11,169); }

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