Html Css Color HEX #B31DB0 Deep Magenta

📋 copy color: '#B31DB0'

red 179 ◦ green 29 ◦ blue 176

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

Shades of Deep Magenta #B31DB0

Tints of Deep Magenta #B31DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.83%

R = 46.61%
G = 7.55%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B31DB0 (or 0xB31DB0) is known color: Deep Magenta. HEX triplet: B3, 1D and B0. RGB value is (179,29,176). Sum of RGB (Red+Green+Blue) = 179+29+176=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DB0 is #4CE24F. Grayscale: #5A5A5A. Windows color (decimal): -5038672 or 11541939. OLE color: 11541939.

HSL color Cylindrical-coordinate representation of color #B31DB0: hue angle of 301.2º 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 #B31DB0 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 176 -
CMYK 0 0.84 0.02 0.30
HSL 301.2º 0.72% 0.41% -
HSV(B) 301.2º 0.84% 0.7% -
XYZ 26.87 13.6 42.28 -
YUV 90.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 179 29 176 0 0.84 0.02 0.30 301.2 0.72 0.41
Hex B3 1D B0 0 54 2 1E 12D 48 29
Octal 263 35 260 0 124 2 36 455 110 51
Binary 10110011 11101 10110000 0 1010100 10 11110 100101101 1001000 101001

Color Harmonies of #B31DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DB0

Black with #B31DB0

Text Example


Text Example

White with #B31DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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