Html Css Color HEX #B51AA8 Medium Violet Red

📋 copy color: '#B51AA8'

red 181 ◦ green 26 ◦ blue 168

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

Shades of Medium Violet Red #B51AA8

Tints of Medium Violet Red #B51AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 48.27%
G = 6.93%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B51AA8 (or 0xB51AA8) is known color: Medium Violet Red. HEX triplet: B5, 1A and A8. RGB value is (181,26,168). Sum of RGB (Red+Green+Blue) = 181+26+168=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B51AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51AA8 is #4AE557. Grayscale: #585858. Windows color (decimal): -4908376 or 11016885. OLE color: 11016885.

HSL color Cylindrical-coordinate representation of color #B51AA8: hue angle of 305.03º 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 #B51AA8 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 26 168 -
CMYK 0 0.86 0.07 0.29
HSL 305.03º 0.75% 0.41% -
HSV(B) 305.03º 0.86% 0.71% -
XYZ 26.49 13.39 38.23 -
YUV 88.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 181 26 168 0 0.86 0.07 0.29 305.03 0.75 0.41
Hex B5 1A A8 0 56 7 1D 131 4B 29
Octal 265 32 250 0 126 7 35 461 113 51
Binary 10110101 11010 10101000 0 1010110 111 11101 100110001 1001011 101001

Color Harmonies of #B51AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51AA8

Black with #B51AA8

Text Example


Text Example

White with #B51AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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