Html Css Color HEX #B017AD Deep Magenta

📋 copy color: '#B017AD'

red 176 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #B017AD

Tints of Deep Magenta #B017AD

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

 GREEN value IS 23 (9.38% from 255) = 6.18%

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

R = 47.31%
G = 6.18%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B017AD (or 0xB017AD) is known color: Deep Magenta. HEX triplet: B0, 17 and AD. RGB value is (176,23,173). Sum of RGB (Red+Green+Blue) = 176+23+173=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B017AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017AD is #4FE852. Grayscale: #555555. Windows color (decimal): -5236819 or 11343792. OLE color: 11343792.

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

Color convert

RGB 176 23 173 -
CMYK 0 0.87 0.02 0.31
HSL 301.18º 0.77% 0.39% -
HSV(B) 301.18º 0.87% 0.69% -
XYZ 25.75 12.86 40.66 -
YUV 85.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 176 23 173 0 0.87 0.02 0.31 301.18 0.77 0.39
Hex B0 17 AD 0 57 2 1F 12D 4D 27
Octal 260 27 255 0 127 2 37 455 115 47
Binary 10110000 10111 10101101 0 1010111 10 11111 100101101 1001101 100111

Color Harmonies of #B017AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017AD

Black with #B017AD

Text Example


Text Example

White with #B017AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017AD; }

 p { color: rgb(176,23,173); }

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

background-color css

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

 a { background-color: rgb(176,23,173); }

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

border-color css

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

 span { border-color: rgb(176,23,173); }

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