Html Css Color HEX #B018AD Deep Magenta

📋 copy color: '#B018AD'

red 176 ◦ green 24 ◦ blue 173

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

Shades of Deep Magenta #B018AD

Tints of Deep Magenta #B018AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

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

R = 47.18%
G = 6.43%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B018AD (or 0xB018AD) is known color: Deep Magenta. HEX triplet: B0, 18 and AD. RGB value is (176,24,173). Sum of RGB (Red+Green+Blue) = 176+24+173=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B018AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B018AD is #4FE752. Grayscale: #555555. Windows color (decimal): -5236563 or 11344048. OLE color: 11344048.

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

Color convert

RGB 176 24 173 -
CMYK 0 0.86 0.02 0.31
HSL 301.18º 0.76% 0.39% -
HSV(B) 301.18º 0.86% 0.69% -
XYZ 25.77 12.9 40.67 -
YUV 86.43 176.86 191.88 -
System Red Green Blue C M Y K H S L
Decimal 176 24 173 0 0.86 0.02 0.31 301.18 0.76 0.39
Hex B0 18 AD 0 56 2 1F 12D 4C 27
Octal 260 30 255 0 126 2 37 455 114 47
Binary 10110000 11000 10101101 0 1010110 10 11111 100101101 1001100 100111

Color Harmonies of #B018AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018AD

Black with #B018AD

Text Example


Text Example

White with #B018AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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