Html Css Color HEX #B018AB Deep Magenta

📋 copy color: '#B018AB'

red 176 ◦ green 24 ◦ blue 171

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

Shades of Deep Magenta #B018AB

Tints of Deep Magenta #B018AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 47.44%
G = 6.47%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B018AB (or 0xB018AB) is known color: Deep Magenta. HEX triplet: B0, 18 and AB. RGB value is (176,24,171). Sum of RGB (Red+Green+Blue) = 176+24+171=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B018AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B018AB is #4FE754. Grayscale: #555555. Windows color (decimal): -5236565 or 11212976. OLE color: 11212976.

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

Color convert

RGB 176 24 171 -
CMYK 0 0.86 0.03 0.31
HSL 301.97º 0.76% 0.39% -
HSV(B) 301.97º 0.86% 0.69% -
XYZ 25.58 12.82 39.65 -
YUV 86.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 176 24 171 0 0.86 0.03 0.31 301.97 0.76 0.39
Hex B0 18 AB 0 56 3 1F 12E 4C 27
Octal 260 30 253 0 126 3 37 456 114 47
Binary 10110000 11000 10101011 0 1010110 11 11111 100101110 1001100 100111

Color Harmonies of #B018AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018AB

Black with #B018AB

Text Example


Text Example

White with #B018AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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