Html Css Color HEX #B10DB6 Deep Magenta

📋 copy color: '#B10DB6'

red 177 ◦ green 13 ◦ blue 182

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

Shades of Deep Magenta #B10DB6

Tints of Deep Magenta #B10DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 47.58%
G = 3.49%
B = 48.92%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B10DB6 (or 0xB10DB6) is known color: Deep Magenta. HEX triplet: B1, 0D and B6. RGB value is (177,13,182). Sum of RGB (Red+Green+Blue) = 177+13+182=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #B10DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DB6 is #4EF249. Grayscale: #505050. Windows color (decimal): -5173834 or 11931057. OLE color: 11931057.

HSL color Cylindrical-coordinate representation of color #B10DB6: hue angle of 298.22º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DB6 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 13 182 -
CMYK 0.03 0.93 0 0.29
HSL 298.22º 0.87% 0.38% -
HSV(B) 298.22º 0.93% 0.71% -
XYZ 26.72 13.01 45.36 -
YUV 81.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 177 13 182 0.03 0.93 0 0.29 298.22 0.87 0.38
Hex B1 D B6 3 5D 0 1D 12A 57 26
Octal 261 15 266 3 135 0 35 452 127 46
Binary 10110001 1101 10110110 11 1011101 0 11101 100101010 1010111 100110

Color Harmonies of #B10DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DB6

Black with #B10DB6

Text Example


Text Example

White with #B10DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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