Html Css Color HEX #B10BAD Deep Magenta

📋 copy color: '#B10BAD'

red 177 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #B10BAD

Tints of Deep Magenta #B10BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.05%

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 49.03%
G = 3.05%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B10BAD (or 0xB10BAD) is known color: Deep Magenta. HEX triplet: B1, 0B and AD. RGB value is (177,11,173). Sum of RGB (Red+Green+Blue) = 177+11+173=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BAD is #4EF452. Grayscale: #4E4E4E. Windows color (decimal): -5174355 or 11340721. OLE color: 11340721.

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

Color convert

RGB 177 11 173 -
CMYK 0 0.94 0.02 0.31
HSL 301.45º 0.88% 0.37% -
HSV(B) 301.45º 0.94% 0.69% -
XYZ 25.79 12.6 40.61 -
YUV 79.1 181 197.83 -
System Red Green Blue C M Y K H S L
Decimal 177 11 173 0 0.94 0.02 0.31 301.45 0.88 0.37
Hex B1 B AD 0 5E 2 1F 12D 58 25
Octal 261 13 255 0 136 2 37 455 130 45
Binary 10110001 1011 10101101 0 1011110 10 11111 100101101 1011000 100101

Color Harmonies of #B10BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BAD

Black with #B10BAD

Text Example


Text Example

White with #B10BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BAD; }

 p { color: rgb(177,11,173); }

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

background-color css

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

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

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

border-color css

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

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

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