Html Css Color HEX #B51EAA Medium Violet Red

📋 copy color: '#B51EAA'

red 181 ◦ green 30 ◦ blue 170

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

Shades of Medium Violet Red #B51EAA

Tints of Medium Violet Red #B51EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.87%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 47.51%
G = 7.87%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B51EAA (or 0xB51EAA) is known color: Medium Violet Red. HEX triplet: B5, 1E and AA. RGB value is (181,30,170). Sum of RGB (Red+Green+Blue) = 181+30+170=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EAA is #4AE155. Grayscale: #5A5A5A. Windows color (decimal): -4907350 or 11148981. OLE color: 11148981.

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

Color convert

RGB 181 30 170 -
CMYK 0 0.83 0.06 0.29
HSL 304.37º 0.72% 0.41% -
HSV(B) 304.37º 0.83% 0.71% -
XYZ 26.78 13.65 39.25 -
YUV 91.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 181 30 170 0 0.83 0.06 0.29 304.37 0.72 0.41
Hex B5 1E AA 0 53 6 1D 130 48 29
Octal 265 36 252 0 123 6 35 460 110 51
Binary 10110101 11110 10101010 0 1010011 110 11101 100110000 1001000 101001

Color Harmonies of #B51EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EAA

Black with #B51EAA

Text Example


Text Example

White with #B51EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EAA; }

 p { color: rgb(181,30,170); }

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

background-color css

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

 a { background-color: rgb(181,30,170); }

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

border-color css

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

 span { border-color: rgb(181,30,170); }

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