Html Css Color HEX #B51CBA Deep Magenta

📋 copy color: '#B51CBA'

red 181 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #B51CBA

Tints of Deep Magenta #B51CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 45.82%
G = 7.09%
B = 47.09%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B51CBA (or 0xB51CBA) is known color: Deep Magenta. HEX triplet: B5, 1C and BA. RGB value is (181,28,186). Sum of RGB (Red+Green+Blue) = 181+28+186=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B51CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51CBA is #4AE345. Grayscale: #5B5B5B. Windows color (decimal): -4907846 or 12197045. OLE color: 12197045.

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

Color convert

RGB 181 28 186 -
CMYK 0.03 0.85 0 0.27
HSL 298.1º 0.74% 0.42% -
HSV(B) 298.1º 0.85% 0.73% -
XYZ 28.33 14.2 47.7 -
YUV 91.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 181 28 186 0.03 0.85 0 0.27 298.1 0.74 0.42
Hex B5 1C BA 3 55 0 1B 12A 4A 2A
Octal 265 34 272 3 125 0 33 452 112 52
Binary 10110101 11100 10111010 11 1010101 0 11011 100101010 1001010 101010

Color Harmonies of #B51CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51CBA

Black with #B51CBA

Text Example


Text Example

White with #B51CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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