Html Css Color HEX #B51AB3 Deep Magenta

📋 copy color: '#B51AB3'

red 181 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #B51AB3

Tints of Deep Magenta #B51AB3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 46.89%
G = 6.74%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B51AB3 (or 0xB51AB3) is known color: Deep Magenta. HEX triplet: B5, 1A and B3. RGB value is (181,26,179). Sum of RGB (Red+Green+Blue) = 181+26+179=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51AB3 is #4AE54C. Grayscale: #595959. Windows color (decimal): -4908365 or 11737781. OLE color: 11737781.

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

Color convert

RGB 181 26 179 -
CMYK 0 0.86 0.01 0.29
HSL 300.77º 0.75% 0.41% -
HSV(B) 300.77º 0.86% 0.71% -
XYZ 27.56 13.82 43.86 -
YUV 89.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 181 26 179 0 0.86 0.01 0.29 300.77 0.75 0.41
Hex B5 1A B3 0 56 1 1D 12D 4B 29
Octal 265 32 263 0 126 1 35 455 113 51
Binary 10110101 11010 10110011 0 1010110 1 11101 100101101 1001011 101001

Color Harmonies of #B51AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51AB3

Black with #B51AB3

Text Example


Text Example

White with #B51AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51AB3; }

 p { color: rgb(181,26,179); }

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

background-color css

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

 a { background-color: rgb(181,26,179); }

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

border-color css

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

 span { border-color: rgb(181,26,179); }

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