Html Css Color HEX #B10AB9 Deep Magenta

📋 copy color: '#B10AB9'

red 177 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #B10AB9

Tints of Deep Magenta #B10AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 47.58%
G = 2.69%
B = 49.73%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B10AB9 (or 0xB10AB9) is known color: Deep Magenta. HEX triplet: B1, 0A and B9. RGB value is (177,10,185). Sum of RGB (Red+Green+Blue) = 177+10+185=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #B10AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AB9 is #4EF546. Grayscale: #4F4F4F. Windows color (decimal): -5174599 or 12126897. OLE color: 12126897.

HSL color Cylindrical-coordinate representation of color #B10AB9: hue angle of 297.26º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10AB9 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 10 185 -
CMYK 0.04 0.95 0 0.27
HSL 297.26º 0.9% 0.38% -
HSV(B) 297.26º 0.95% 0.73% -
XYZ 27 13.07 47 -
YUV 79.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 177 10 185 0.04 0.95 0 0.27 297.26 0.9 0.38
Hex B1 A B9 4 5F 0 1B 129 5A 26
Octal 261 12 271 4 137 0 33 451 132 46
Binary 10110001 1010 10111001 100 1011111 0 11011 100101001 1011010 100110

Color Harmonies of #B10AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AB9

Black with #B10AB9

Text Example


Text Example

White with #B10AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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