Html Css Color HEX #B017AA Deep Magenta

📋 copy color: '#B017AA'

red 176 ◦ green 23 ◦ blue 170

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

Shades of Deep Magenta #B017AA

Tints of Deep Magenta #B017AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 47.7%
G = 6.23%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B017AA (or 0xB017AA) is known color: Deep Magenta. HEX triplet: B0, 17 and AA. RGB value is (176,23,170). Sum of RGB (Red+Green+Blue) = 176+23+170=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B017AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B017AA is #4FE855. Grayscale: #555555. Windows color (decimal): -5236822 or 11147184. OLE color: 11147184.

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

Color convert

RGB 176 23 170 -
CMYK 0 0.87 0.03 0.31
HSL 302.35º 0.77% 0.39% -
HSV(B) 302.35º 0.87% 0.69% -
XYZ 25.47 12.75 39.15 -
YUV 85.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 176 23 170 0 0.87 0.03 0.31 302.35 0.77 0.39
Hex B0 17 AA 0 57 3 1F 12E 4D 27
Octal 260 27 252 0 127 3 37 456 115 47
Binary 10110000 10111 10101010 0 1010111 11 11111 100101110 1001101 100111

Color Harmonies of #B017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017AA

Black with #B017AA

Text Example


Text Example

White with #B017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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