Html Css Color HEX #B10FA8 Deep Magenta

📋 copy color: '#B10FA8'

red 177 ◦ green 15 ◦ blue 168

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

Shades of Deep Magenta #B10FA8

Tints of Deep Magenta #B10FA8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.17%

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

R = 49.17%
G = 4.17%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B10FA8 (or 0xB10FA8) is known color: Deep Magenta. HEX triplet: B1, 0F and A8. RGB value is (177,15,168). Sum of RGB (Red+Green+Blue) = 177+15+168=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FA8 is #4EF057. Grayscale: #505050. Windows color (decimal): -5173336 or 11014065. OLE color: 11014065.

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

Color convert

RGB 177 15 168 -
CMYK 0 0.92 0.05 0.31
HSL 303.33º 0.84% 0.38% -
HSV(B) 303.33º 0.92% 0.69% -
XYZ 25.37 12.52 38.12 -
YUV 80.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 177 15 168 0 0.92 0.05 0.31 303.33 0.84 0.38
Hex B1 F A8 0 5C 5 1F 12F 54 26
Octal 261 17 250 0 134 5 37 457 124 46
Binary 10110001 1111 10101000 0 1011100 101 11111 100101111 1010100 100110

Color Harmonies of #B10FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FA8

Black with #B10FA8

Text Example


Text Example

White with #B10FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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