Html Css Color HEX #B51988 Medium Violet Red

📋 copy color: '#B51988'

red 181 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #B51988

Tints of Medium Violet Red #B51988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 52.92%
G = 7.31%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B51988 (or 0xB51988) is known color: Medium Violet Red. HEX triplet: B5, 19 and 88. RGB value is (181,25,136). Sum of RGB (Red+Green+Blue) = 181+25+136=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B51988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51988 is #4AE677. Grayscale: #545454. Windows color (decimal): -4908664 or 8919477. OLE color: 8919477.

HSL color Cylindrical-coordinate representation of color #B51988: hue angle of 317.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51988 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 136 -
CMYK 0 0.86 0.25 0.29
HSL 317.31º 0.76% 0.4% -
HSV(B) 317.31º 0.86% 0.71% -
XYZ 23.85 12.3 24.41 -
YUV 84.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 181 25 136 0 0.86 0.25 0.29 317.31 0.76 0.4
Hex B5 19 88 0 56 19 1D 13D 4C 28
Octal 265 31 210 0 126 31 35 475 114 50
Binary 10110101 11001 10001000 0 1010110 11001 11101 100111101 1001100 101000

Color Harmonies of #B51988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51988

Black with #B51988

Text Example


Text Example

White with #B51988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51988; }

 p { color: rgb(181,25,136); }

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

background-color css

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

 a { background-color: rgb(181,25,136); }

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

border-color css

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

 span { border-color: rgb(181,25,136); }

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