Html Css Color HEX #B51BA8 Medium Violet Red

📋 copy color: '#B51BA8'

red 181 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #B51BA8

Tints of Medium Violet Red #B51BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.18%

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

R = 48.14%
G = 7.18%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B51BA8 (or 0xB51BA8) is known color: Medium Violet Red. HEX triplet: B5, 1B and A8. RGB value is (181,27,168). Sum of RGB (Red+Green+Blue) = 181+27+168=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B51BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51BA8 is #4AE457. Grayscale: #585858. Windows color (decimal): -4908120 or 11017141. OLE color: 11017141.

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

Color convert

RGB 181 27 168 -
CMYK 0 0.85 0.07 0.29
HSL 305.06º 0.74% 0.41% -
HSV(B) 305.06º 0.85% 0.71% -
XYZ 26.52 13.43 38.24 -
YUV 89.12 172.52 193.54 -
System Red Green Blue C M Y K H S L
Decimal 181 27 168 0 0.85 0.07 0.29 305.06 0.74 0.41
Hex B5 1B A8 0 55 7 1D 131 4A 29
Octal 265 33 250 0 125 7 35 461 112 51
Binary 10110101 11011 10101000 0 1010101 111 11101 100110001 1001010 101001

Color Harmonies of #B51BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51BA8

Black with #B51BA8

Text Example


Text Example

White with #B51BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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