Html Css Color HEX #B10DC9 Deep Magenta

📋 copy color: '#B10DC9'

red 177 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #B10DC9

Tints of Deep Magenta #B10DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 45.27%
G = 3.32%
B = 51.41%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B10DC9 (or 0xB10DC9) is known color: Deep Magenta. HEX triplet: B1, 0D and C9. RGB value is (177,13,201). Sum of RGB (Red+Green+Blue) = 177+13+201=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B10DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DC9 is #4EF236. Grayscale: #525252. Windows color (decimal): -5173815 or 13176241. OLE color: 13176241.

HSL color Cylindrical-coordinate representation of color #B10DC9: hue angle of 292.34º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DC9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 13 201 -
CMYK 0.12 0.94 0 0.21
HSL 292.34º 0.88% 0.42% -
HSV(B) 292.34º 0.94% 0.79% -
XYZ 28.82 13.85 56.41 -
YUV 83.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 177 13 201 0.12 0.94 0 0.21 292.34 0.88 0.42
Hex B1 D C9 C 5E 0 15 124 58 2A
Octal 261 15 311 14 136 0 25 444 130 52
Binary 10110001 1101 11001001 1100 1011110 0 10101 100100100 1011000 101010

Color Harmonies of #B10DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DC9

Black with #B10DC9

Text Example


Text Example

White with #B10DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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