Html Css Color HEX #B110AD Deep Magenta

📋 copy color: '#B110AD'

red 177 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #B110AD

Tints of Deep Magenta #B110AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 48.36%
G = 4.37%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B110AD (or 0xB110AD) is known color: Deep Magenta. HEX triplet: B1, 10 and AD. RGB value is (177,16,173). Sum of RGB (Red+Green+Blue) = 177+16+173=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B110AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110AD is #4EEF52. Grayscale: #515151. Windows color (decimal): -5173075 or 11342001. OLE color: 11342001.

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

Color convert

RGB 177 16 173 -
CMYK 0 0.91 0.02 0.31
HSL 301.49º 0.83% 0.38% -
HSV(B) 301.49º 0.91% 0.69% -
XYZ 25.86 12.73 40.63 -
YUV 82.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 177 16 173 0 0.91 0.02 0.31 301.49 0.83 0.38
Hex B1 10 AD 0 5B 2 1F 12D 53 26
Octal 261 20 255 0 133 2 37 455 123 46
Binary 10110001 10000 10101101 0 1011011 10 11111 100101101 1010011 100110

Color Harmonies of #B110AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110AD

Black with #B110AD

Text Example


Text Example

White with #B110AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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