Html Css Color HEX #B51EA8 Medium Violet Red

📋 copy color: '#B51EA8'

red 181 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #B51EA8

Tints of Medium Violet Red #B51EA8

RGB

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

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

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

R = 47.76%
G = 7.92%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B51EA8 (or 0xB51EA8) is known color: Medium Violet Red. HEX triplet: B5, 1E and A8. RGB value is (181,30,168). Sum of RGB (Red+Green+Blue) = 181+30+168=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EA8 is #4AE157. Grayscale: #5A5A5A. Windows color (decimal): -4907352 or 11017909. OLE color: 11017909.

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

Color convert

RGB 181 30 168 -
CMYK 0 0.83 0.07 0.29
HSL 305.17º 0.72% 0.41% -
HSV(B) 305.17º 0.83% 0.71% -
XYZ 26.59 13.58 38.27 -
YUV 90.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 181 30 168 0 0.83 0.07 0.29 305.17 0.72 0.41
Hex B5 1E A8 0 53 7 1D 131 48 29
Octal 265 36 250 0 123 7 35 461 110 51
Binary 10110101 11110 10101000 0 1010011 111 11101 100110001 1001000 101001

Color Harmonies of #B51EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51EA8

Black with #B51EA8

Text Example


Text Example

White with #B51EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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