Html Css Color HEX #B51DCB Deep Magenta

📋 copy color: '#B51DCB'

red 181 ◦ green 29 ◦ blue 203

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

Shades of Deep Magenta #B51DCB

Tints of Deep Magenta #B51DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 43.83%
G = 7.02%
B = 49.15%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B51DCB (or 0xB51DCB) is known color: Deep Magenta. HEX triplet: B5, 1D and CB. RGB value is (181,29,203). Sum of RGB (Red+Green+Blue) = 181+29+203=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #B51DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51DCB is #4AE234. Grayscale: #5D5D5D. Windows color (decimal): -4907573 or 13311413. OLE color: 13311413.

HSL color Cylindrical-coordinate representation of color #B51DCB: hue angle of 292.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51DCB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 29 203 -
CMYK 0.11 0.86 0 0.20
HSL 292.41º 0.75% 0.45% -
HSV(B) 292.41º 0.86% 0.8% -
XYZ 30.27 15.01 57.8 -
YUV 94.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 181 29 203 0.11 0.86 0 0.20 292.41 0.75 0.45
Hex B5 1D CB B 56 0 14 124 4B 2D
Octal 265 35 313 13 126 0 24 444 113 55
Binary 10110101 11101 11001011 1011 1010110 0 10100 100100100 1001011 101101

Color Harmonies of #B51DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51DCB

Black with #B51DCB

Text Example


Text Example

White with #B51DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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