Html Css Color HEX #B01FAC Deep Magenta

📋 copy color: '#B01FAC'

red 176 ◦ green 31 ◦ blue 172

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

Shades of Deep Magenta #B01FAC

Tints of Deep Magenta #B01FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.18%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 46.44%
G = 8.18%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B01FAC (or 0xB01FAC) is known color: Deep Magenta. HEX triplet: B0, 1F and AC. RGB value is (176,31,172). Sum of RGB (Red+Green+Blue) = 176+31+172=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B01FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01FAC is #4FE053. Grayscale: #5A5A5A. Windows color (decimal): -5234772 or 11280304. OLE color: 11280304.

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

Color convert

RGB 176 31 172 -
CMYK 0 0.82 0.02 0.31
HSL 301.66º 0.7% 0.41% -
HSV(B) 301.66º 0.82% 0.69% -
XYZ 25.84 13.19 40.21 -
YUV 90.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 176 31 172 0 0.82 0.02 0.31 301.66 0.7 0.41
Hex B0 1F AC 0 52 2 1F 12E 46 29
Octal 260 37 254 0 122 2 37 456 106 51
Binary 10110000 11111 10101100 0 1010010 10 11111 100101110 1000110 101001

Color Harmonies of #B01FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FAC

Black with #B01FAC

Text Example


Text Example

White with #B01FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FAC; }

 p { color: rgb(176,31,172); }

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

background-color css

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

 a { background-color: rgb(176,31,172); }

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

border-color css

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

 span { border-color: rgb(176,31,172); }

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