Html Css Color HEX #B52988 Medium Red Violet

📋 copy color: '#B52988'

red 181 ◦ green 41 ◦ blue 136

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

Shades of Medium Red Violet #B52988

Tints of Medium Red Violet #B52988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 50.56%
G = 11.45%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B52988 (or 0xB52988) is known color: Medium Red Violet. HEX triplet: B5, 29 and 88. RGB value is (181,41,136). Sum of RGB (Red+Green+Blue) = 181+41+136=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B52988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52988 is #4AD677. Grayscale: #5D5D5D. Windows color (decimal): -4904568 or 8923573. OLE color: 8923573.

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

Color convert

RGB 181 41 136 -
CMYK 0 0.77 0.25 0.29
HSL 319.29º 0.63% 0.44% -
HSV(B) 319.29º 0.77% 0.71% -
XYZ 24.29 13.19 24.56 -
YUV 93.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 181 41 136 0 0.77 0.25 0.29 319.29 0.63 0.44
Hex B5 29 88 0 4D 19 1D 13F 3F 2C
Octal 265 51 210 0 115 31 35 477 77 54
Binary 10110101 101001 10001000 0 1001101 11001 11101 100111111 111111 101100

Color Harmonies of #B52988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52988

Black with #B52988

Text Example


Text Example

White with #B52988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52988; }

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

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

background-color css

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

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

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

border-color css

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

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

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