Html Css Color HEX #B51CB2 Deep Magenta

📋 copy color: '#B51CB2'

red 181 ◦ green 28 ◦ blue 178

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

Shades of Deep Magenta #B51CB2

Tints of Deep Magenta #B51CB2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 46.77%
G = 7.24%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B51CB2 (or 0xB51CB2) is known color: Deep Magenta. HEX triplet: B5, 1C and B2. RGB value is (181,28,178). Sum of RGB (Red+Green+Blue) = 181+28+178=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B51CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51CB2 is #4AE34D. Grayscale: #5A5A5A. Windows color (decimal): -4907854 or 11672757. OLE color: 11672757.

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

Color convert

RGB 181 28 178 -
CMYK 0 0.85 0.02 0.29
HSL 301.18º 0.73% 0.41% -
HSV(B) 301.18º 0.85% 0.71% -
XYZ 27.51 13.87 43.35 -
YUV 90.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 181 28 178 0 0.85 0.02 0.29 301.18 0.73 0.41
Hex B5 1C B2 0 55 2 1D 12D 49 29
Octal 265 34 262 0 125 2 35 455 111 51
Binary 10110101 11100 10110010 0 1010101 10 11101 100101101 1001001 101001

Color Harmonies of #B51CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CB2

Black with #B51CB2

Text Example


Text Example

White with #B51CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CB2; }

 p { color: rgb(181,28,178); }

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

background-color css

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

 a { background-color: rgb(181,28,178); }

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

border-color css

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

 span { border-color: rgb(181,28,178); }

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