Html Css Color HEX #B31DB1 Deep Magenta

📋 copy color: '#B31DB1'

red 179 ◦ green 29 ◦ blue 177

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

Shades of Deep Magenta #B31DB1

Tints of Deep Magenta #B31DB1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.53%

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 46.49%
G = 7.53%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B31DB1 (or 0xB31DB1) is known color: Deep Magenta. HEX triplet: B3, 1D and B1. RGB value is (179,29,177). Sum of RGB (Red+Green+Blue) = 179+29+177=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DB1 is #4CE24E. Grayscale: #5A5A5A. Windows color (decimal): -5038671 or 11607475. OLE color: 11607475.

HSL color Cylindrical-coordinate representation of color #B31DB1: hue angle of 300.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DB1 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 177 -
CMYK 0 0.84 0.01 0.30
HSL 300.8º 0.72% 0.41% -
HSV(B) 300.8º 0.84% 0.7% -
XYZ 26.97 13.64 42.81 -
YUV 90.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 179 29 177 0 0.84 0.01 0.30 300.8 0.72 0.41
Hex B3 1D B1 0 54 1 1E 12D 48 29
Octal 263 35 261 0 124 1 36 455 110 51
Binary 10110011 11101 10110001 0 1010100 1 11110 100101101 1001000 101001

Color Harmonies of #B31DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DB1

Black with #B31DB1

Text Example


Text Example

White with #B31DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DB1; }

 p { color: rgb(179,29,177); }

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

background-color css

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

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

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

border-color css

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

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

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