Html Css Color HEX #B10DA8 Deep Magenta

📋 copy color: '#B10DA8'

red 177 ◦ green 13 ◦ blue 168

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

Shades of Deep Magenta #B10DA8

Tints of Deep Magenta #B10DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.93%

R = 49.44%
G = 3.63%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B10DA8 (or 0xB10DA8) is known color: Deep Magenta. HEX triplet: B1, 0D and A8. RGB value is (177,13,168). Sum of RGB (Red+Green+Blue) = 177+13+168=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B10DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10DA8 is #4EF257. Grayscale: #4F4F4F. Windows color (decimal): -5173848 or 11013553. OLE color: 11013553.

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

Color convert

RGB 177 13 168 -
CMYK 0 0.93 0.05 0.31
HSL 303.29º 0.86% 0.37% -
HSV(B) 303.29º 0.93% 0.69% -
XYZ 25.34 12.46 38.12 -
YUV 79.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 177 13 168 0 0.93 0.05 0.31 303.29 0.86 0.37
Hex B1 D A8 0 5D 5 1F 12F 56 25
Octal 261 15 250 0 135 5 37 457 126 45
Binary 10110001 1101 10101000 0 1011101 101 11111 100101111 1010110 100101

Color Harmonies of #B10DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DA8

Black with #B10DA8

Text Example


Text Example

White with #B10DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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