Html Css Color HEX #B51DB9 Deep Magenta

📋 copy color: '#B51DB9'

red 181 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #B51DB9

Tints of Deep Magenta #B51DB9

RGB

 RED value IS 181 (71.09% from 255) = 45.82%

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 45.82%
G = 7.34%
B = 46.84%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B51DB9 (or 0xB51DB9) is known color: Deep Magenta. HEX triplet: B5, 1D and B9. RGB value is (181,29,185). Sum of RGB (Red+Green+Blue) = 181+29+185=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #B51DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DB9 is #4AE246. Grayscale: #5B5B5B. Windows color (decimal): -4907591 or 12131765. OLE color: 12131765.

HSL color Cylindrical-coordinate representation of color #B51DB9: hue angle of 298.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51DB9 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 29 185 -
CMYK 0.02 0.84 0 0.27
HSL 298.46º 0.73% 0.42% -
HSV(B) 298.46º 0.84% 0.73% -
XYZ 28.25 14.21 47.15 -
YUV 92.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 181 29 185 0.02 0.84 0 0.27 298.46 0.73 0.42
Hex B5 1D B9 2 54 0 1B 12A 49 2A
Octal 265 35 271 2 124 0 33 452 111 52
Binary 10110101 11101 10111001 10 1010100 0 11011 100101010 1001001 101010

Color Harmonies of #B51DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DB9

Black with #B51DB9

Text Example


Text Example

White with #B51DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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