Html Css Color HEX #B10DAC Deep Magenta

📋 copy color: '#B10DAC'

red 177 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #B10DAC

Tints of Deep Magenta #B10DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 48.9%
G = 3.59%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B10DAC (or 0xB10DAC) is known color: Deep Magenta. HEX triplet: B1, 0D and AC. RGB value is (177,13,172). Sum of RGB (Red+Green+Blue) = 177+13+172=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B10DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10DAC is #4EF253. Grayscale: #4F4F4F. Windows color (decimal): -5173844 or 11275697. OLE color: 11275697.

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

Color convert

RGB 177 13 172 -
CMYK 0 0.93 0.03 0.31
HSL 301.83º 0.86% 0.37% -
HSV(B) 301.83º 0.93% 0.69% -
XYZ 25.72 12.61 40.11 -
YUV 80.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 177 13 172 0 0.93 0.03 0.31 301.83 0.86 0.37
Hex B1 D AC 0 5D 3 1F 12E 56 25
Octal 261 15 254 0 135 3 37 456 126 45
Binary 10110001 1101 10101100 0 1011101 11 11111 100101110 1010110 100101

Color Harmonies of #B10DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DAC

Black with #B10DAC

Text Example


Text Example

White with #B10DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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