Html Css Color HEX #B32988 Medium Red Violet

📋 copy color: '#B32988'

red 179 ◦ green 41 ◦ blue 136

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

Shades of Medium Red Violet #B32988

Tints of Medium Red Violet #B32988

RGB

 RED value IS 179 (70.31% from 255) = 50.28%

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

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

R = 50.28%
G = 11.52%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B32988 (or 0xB32988) is known color: Medium Red Violet. HEX triplet: B3, 29 and 88. RGB value is (179,41,136). Sum of RGB (Red+Green+Blue) = 179+41+136=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B32988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32988 is #4CD677. Grayscale: #5C5C5C. Windows color (decimal): -5035640 or 8923571. OLE color: 8923571.

HSL color Cylindrical-coordinate representation of color #B32988: hue angle of 318.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32988 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 136 -
CMYK 0 0.77 0.24 0.30
HSL 318.7º 0.63% 0.43% -
HSV(B) 318.7º 0.77% 0.7% -
XYZ 23.83 12.95 24.54 -
YUV 93.09 152.22 189.28 -
System Red Green Blue C M Y K H S L
Decimal 179 41 136 0 0.77 0.24 0.30 318.7 0.63 0.43
Hex B3 29 88 0 4D 18 1E 13F 3F 2B
Octal 263 51 210 0 115 30 36 477 77 53
Binary 10110011 101001 10001000 0 1001101 11000 11110 100111111 111111 101011

Color Harmonies of #B32988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32988

Black with #B32988

Text Example


Text Example

White with #B32988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32988; }

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

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

background-color css

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

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

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

border-color css

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

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

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