Html Css Color HEX #B01AB8 Deep Magenta

📋 copy color: '#B01AB8'

red 176 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #B01AB8

Tints of Deep Magenta #B01AB8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 45.6%
G = 6.74%
B = 47.67%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B01AB8 (or 0xB01AB8) is known color: Deep Magenta. HEX triplet: B0, 1A and B8. RGB value is (176,26,184). Sum of RGB (Red+Green+Blue) = 176+26+184=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #B01AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01AB8 is #4FE547. Grayscale: #585858. Windows color (decimal): -5236040 or 12065456. OLE color: 12065456.

HSL color Cylindrical-coordinate representation of color #B01AB8: hue angle of 296.96º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01AB8 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 26 184 -
CMYK 0.04 0.86 0 0.28
HSL 296.96º 0.75% 0.41% -
HSV(B) 296.96º 0.86% 0.72% -
XYZ 26.93 13.43 46.52 -
YUV 88.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 176 26 184 0.04 0.86 0 0.28 296.96 0.75 0.41
Hex B0 1A B8 4 56 0 1C 129 4B 29
Octal 260 32 270 4 126 0 34 451 113 51
Binary 10110000 11010 10111000 100 1010110 0 11100 100101001 1001011 101001

Color Harmonies of #B01AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01AB8

Black with #B01AB8

Text Example


Text Example

White with #B01AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01AB8; }

 p { color: rgb(176,26,184); }

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

background-color css

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

 a { background-color: rgb(176,26,184); }

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

border-color css

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

 span { border-color: rgb(176,26,184); }

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