Html Css Color HEX #B10DB1 Deep Magenta

📋 copy color: '#B10DB1'

red 177 ◦ green 13 ◦ blue 177

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

Shades of Deep Magenta #B10DB1

Tints of Deep Magenta #B10DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.54%

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

R = 48.23%
G = 3.54%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B10DB1 (or 0xB10DB1) is known color: Deep Magenta. HEX triplet: B1, 0D and B1. RGB value is (177,13,177). Sum of RGB (Red+Green+Blue) = 177+13+177=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B10DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10DB1 is #4EF24E. Grayscale: #505050. Windows color (decimal): -5173839 or 11603377. OLE color: 11603377.

HSL color Cylindrical-coordinate representation of color #B10DB1: hue angle of 300º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DB1 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 13 177 -
CMYK 0 0.93 0 0.31
HSL 300º 0.86% 0.37% -
HSV(B) 300º 0.93% 0.69% -
XYZ 26.21 12.81 42.69 -
YUV 80.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 177 13 177 0 0.93 0 0.31 300 0.86 0.37
Hex B1 D B1 0 5D 0 1F 12C 56 25
Octal 261 15 261 0 135 0 37 454 126 45
Binary 10110001 1101 10110001 0 1011101 0 11111 100101100 1010110 100101

Color Harmonies of #B10DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DB1

Black with #B10DB1

Text Example


Text Example

White with #B10DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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