Html Css Color HEX #B31AB3 Deep Magenta

📋 copy color: '#B31AB3'

red 179 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #B31AB3

Tints of Deep Magenta #B31AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 46.61%
G = 6.77%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B31AB3 (or 0xB31AB3) is known color: Deep Magenta. HEX triplet: B3, 1A and B3. RGB value is (179,26,179). Sum of RGB (Red+Green+Blue) = 179+26+179=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B31AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AB3 is #4CE54C. Grayscale: #585858. Windows color (decimal): -5039437 or 11737779. OLE color: 11737779.

HSL color Cylindrical-coordinate representation of color #B31AB3: hue angle of 300º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31AB3 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 179 -
CMYK 0 0.85 0 0.30
HSL 300º 0.75% 0.4% -
HSV(B) 300º 0.85% 0.7% -
XYZ 27.1 13.58 43.84 -
YUV 89.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 179 26 179 0 0.85 0 0.30 300 0.75 0.4
Hex B3 1A B3 0 55 0 1E 12C 4B 28
Octal 263 32 263 0 125 0 36 454 113 50
Binary 10110011 11010 10110011 0 1010101 0 11110 100101100 1001011 101000

Color Harmonies of #B31AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31AB3

Black with #B31AB3

Text Example


Text Example

White with #B31AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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