Html Css Color HEX #B51DBF Deep Magenta

📋 copy color: '#B51DBF'

red 181 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #B51DBF

Tints of Deep Magenta #B51DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 45.14%
G = 7.23%
B = 47.63%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B51DBF (or 0xB51DBF) is known color: Deep Magenta. HEX triplet: B5, 1D and BF. RGB value is (181,29,191). Sum of RGB (Red+Green+Blue) = 181+29+191=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #B51DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DBF is #4AE240. Grayscale: #5C5C5C. Windows color (decimal): -4907585 or 12524981. OLE color: 12524981.

HSL color Cylindrical-coordinate representation of color #B51DBF: hue angle of 296.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51DBF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 29 191 -
CMYK 0.05 0.85 0 0.25
HSL 296.3º 0.74% 0.43% -
HSV(B) 296.3º 0.85% 0.75% -
XYZ 28.9 14.46 50.56 -
YUV 92.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 181 29 191 0.05 0.85 0 0.25 296.3 0.74 0.43
Hex B5 1D BF 5 55 0 19 128 4A 2B
Octal 265 35 277 5 125 0 31 450 112 53
Binary 10110101 11101 10111111 101 1010101 0 11001 100101000 1001010 101011

Color Harmonies of #B51DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DBF

Black with #B51DBF

Text Example


Text Example

White with #B51DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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