Html Css Color HEX #B10FB1 Deep Magenta

📋 copy color: '#B10FB1'

red 177 ◦ green 15 ◦ blue 177

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

Shades of Deep Magenta #B10FB1

Tints of Deep Magenta #B10FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.97%

R = 47.97%
G = 4.07%
B = 47.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B10FB1 (or 0xB10FB1) is known color: Deep Magenta. HEX triplet: B1, 0F and B1. RGB value is (177,15,177). Sum of RGB (Red+Green+Blue) = 177+15+177=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B10FB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10FB1 is #4EF04E. Grayscale: #515151. Windows color (decimal): -5173327 or 11603889. OLE color: 11603889.

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

Color convert

RGB 177 15 177 -
CMYK 0 0.92 0 0.31
HSL 300º 0.84% 0.38% -
HSV(B) 300º 0.92% 0.69% -
XYZ 26.24 12.86 42.69 -
YUV 81.91 181.67 195.83 -
System Red Green Blue C M Y K H S L
Decimal 177 15 177 0 0.92 0 0.31 300 0.84 0.38
Hex B1 F B1 0 5C 0 1F 12C 54 26
Octal 261 17 261 0 134 0 37 454 124 46
Binary 10110001 1111 10110001 0 1011100 0 11111 100101100 1010100 100110

Color Harmonies of #B10FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FB1

Black with #B10FB1

Text Example


Text Example

White with #B10FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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