Html Css Color HEX #B31ABF Deep Magenta

📋 copy color: '#B31ABF'

red 179 ◦ green 26 ◦ blue 191

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

Shades of Deep Magenta #B31ABF

Tints of Deep Magenta #B31ABF

RGB

 RED value IS 179 (70.31% from 255) = 45.2%

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 45.2%
G = 6.57%
B = 48.23%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B31ABF (or 0xB31ABF) is known color: Deep Magenta. HEX triplet: B3, 1A and BF. RGB value is (179,26,191). Sum of RGB (Red+Green+Blue) = 179+26+191=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #B31ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ABF is #4CE540. Grayscale: #5A5A5A. Windows color (decimal): -5039425 or 12524211. OLE color: 12524211.

HSL color Cylindrical-coordinate representation of color #B31ABF: hue angle of 295.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31ABF is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 26 191 -
CMYK 0.06 0.86 0 0.25
HSL 295.64º 0.76% 0.43% -
HSV(B) 295.64º 0.86% 0.75% -
XYZ 28.36 14.08 50.51 -
YUV 90.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 179 26 191 0.06 0.86 0 0.25 295.64 0.76 0.43
Hex B3 1A BF 6 56 0 19 128 4C 2B
Octal 263 32 277 6 126 0 31 450 114 53
Binary 10110011 11010 10111111 110 1010110 0 11001 100101000 1001100 101011

Color Harmonies of #B31ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ABF

Black with #B31ABF

Text Example


Text Example

White with #B31ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ABF; }

 p { color: rgb(179,26,191); }

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

background-color css

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

 a { background-color: rgb(179,26,191); }

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

border-color css

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

 span { border-color: rgb(179,26,191); }

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