Html Css Color HEX #B31DB5 Deep Magenta

📋 copy color: '#B31DB5'

red 179 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #B31DB5

Tints of Deep Magenta #B31DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.53%

R = 46.02%
G = 7.46%
B = 46.53%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B31DB5 (or 0xB31DB5) is known color: Deep Magenta. HEX triplet: B3, 1D and B5. RGB value is (179,29,181). Sum of RGB (Red+Green+Blue) = 179+29+181=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #B31DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DB5 is #4CE24A. Grayscale: #5A5A5A. Windows color (decimal): -5038667 or 11869619. OLE color: 11869619.

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

Color convert

RGB 179 29 181 -
CMYK 0.01 0.84 0 0.29
HSL 299.21º 0.72% 0.41% -
HSV(B) 299.21º 0.84% 0.71% -
XYZ 27.37 13.8 44.94 -
YUV 91.18 178.7 190.64 -
System Red Green Blue C M Y K H S L
Decimal 179 29 181 0.01 0.84 0 0.29 299.21 0.72 0.41
Hex B3 1D B5 1 54 0 1D 12B 48 29
Octal 263 35 265 1 124 0 35 453 110 51
Binary 10110011 11101 10110101 1 1010100 0 11101 100101011 1001000 101001

Color Harmonies of #B31DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DB5

Black with #B31DB5

Text Example


Text Example

White with #B31DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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