Html Css Color HEX #B51E95 Medium Violet Red

📋 copy color: '#B51E95'

red 181 ◦ green 30 ◦ blue 149

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

Shades of Medium Violet Red #B51E95

Tints of Medium Violet Red #B51E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 50.28%
G = 8.33%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B51E95 (or 0xB51E95) is known color: Medium Violet Red. HEX triplet: B5, 1E and 95. RGB value is (181,30,149). Sum of RGB (Red+Green+Blue) = 181+30+149=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51E95 is #4AE16A. Grayscale: #585858. Windows color (decimal): -4907371 or 9772725. OLE color: 9772725.

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

Color convert

RGB 181 30 149 -
CMYK 0 0.83 0.18 0.29
HSL 312.72º 0.72% 0.41% -
HSV(B) 312.72º 0.83% 0.71% -
XYZ 24.95 12.92 29.61 -
YUV 88.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 181 30 149 0 0.83 0.18 0.29 312.72 0.72 0.41
Hex B5 1E 95 0 53 12 1D 139 48 29
Octal 265 36 225 0 123 22 35 471 110 51
Binary 10110101 11110 10010101 0 1010011 10010 11101 100111001 1001000 101001

Color Harmonies of #B51E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E95

Black with #B51E95

Text Example


Text Example

White with #B51E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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