Html Css Color HEX #B10FAF Deep Magenta

📋 copy color: '#B10FAF'

red 177 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #B10FAF

Tints of Deep Magenta #B10FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 48.23%
G = 4.09%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B10FAF (or 0xB10FAF) is known color: Deep Magenta. HEX triplet: B1, 0F and AF. RGB value is (177,15,175). Sum of RGB (Red+Green+Blue) = 177+15+175=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B10FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FAF is #4EF050. Grayscale: #515151. Windows color (decimal): -5173329 or 11472817. OLE color: 11472817.

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

Color convert

RGB 177 15 175 -
CMYK 0 0.92 0.01 0.31
HSL 300.74º 0.84% 0.38% -
HSV(B) 300.74º 0.92% 0.69% -
XYZ 26.04 12.78 41.65 -
YUV 81.68 180.67 195.99 -
System Red Green Blue C M Y K H S L
Decimal 177 15 175 0 0.92 0.01 0.31 300.74 0.84 0.38
Hex B1 F AF 0 5C 1 1F 12D 54 26
Octal 261 17 257 0 134 1 37 455 124 46
Binary 10110001 1111 10101111 0 1011100 1 11111 100101101 1010100 100110

Color Harmonies of #B10FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FAF

Black with #B10FAF

Text Example


Text Example

White with #B10FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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