Html Css Color HEX #B10AB0 Deep Magenta

📋 copy color: '#B10AB0'

red 177 ◦ green 10 ◦ blue 176

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

Shades of Deep Magenta #B10AB0

Tints of Deep Magenta #B10AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.48%

R = 48.76%
G = 2.75%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B10AB0 (or 0xB10AB0) is known color: Deep Magenta. HEX triplet: B1, 0A and B0. RGB value is (177,10,176). Sum of RGB (Red+Green+Blue) = 177+10+176=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AB0 is #4EF54F. Grayscale: #4E4E4E. Windows color (decimal): -5174608 or 11537073. OLE color: 11537073.

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

Color convert

RGB 177 10 176 -
CMYK 0 0.94 0.01 0.31
HSL 300.36º 0.89% 0.37% -
HSV(B) 300.36º 0.94% 0.69% -
XYZ 26.08 12.7 42.15 -
YUV 78.86 182.83 198 -
System Red Green Blue C M Y K H S L
Decimal 177 10 176 0 0.94 0.01 0.31 300.36 0.89 0.37
Hex B1 A B0 0 5E 1 1F 12C 59 25
Octal 261 12 260 0 136 1 37 454 131 45
Binary 10110001 1010 10110000 0 1011110 1 11111 100101100 1011001 100101

Color Harmonies of #B10AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10AB0

Black with #B10AB0

Text Example


Text Example

White with #B10AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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