Html Css Color HEX #B10BA7 Deep Magenta

📋 copy color: '#B10BA7'

red 177 ◦ green 11 ◦ blue 167

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

Shades of Deep Magenta #B10BA7

Tints of Deep Magenta #B10BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.04%

R = 49.86%
G = 3.1%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B10BA7 (or 0xB10BA7) is known color: Deep Magenta. HEX triplet: B1, 0B and A7. RGB value is (177,11,167). Sum of RGB (Red+Green+Blue) = 177+11+167=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BA7 is #4EF458. Grayscale: #4D4D4D. Windows color (decimal): -5174361 or 10947505. OLE color: 10947505.

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

Color convert

RGB 177 11 167 -
CMYK 0 0.94 0.06 0.31
HSL 303.61º 0.88% 0.37% -
HSV(B) 303.61º 0.94% 0.69% -
XYZ 25.23 12.38 37.62 -
YUV 78.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 177 11 167 0 0.94 0.06 0.31 303.61 0.88 0.37
Hex B1 B A7 0 5E 6 1F 130 58 25
Octal 261 13 247 0 136 6 37 460 130 45
Binary 10110001 1011 10100111 0 1011110 110 11111 100110000 1011000 100101

Color Harmonies of #B10BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BA7

Black with #B10BA7

Text Example


Text Example

White with #B10BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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