Html Css Color HEX #B32999 Medium Red Violet

📋 copy color: '#B32999'

red 179 ◦ green 41 ◦ blue 153

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

Shades of Medium Red Violet #B32999

Tints of Medium Red Violet #B32999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 47.99%
G = 10.99%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B32999 (or 0xB32999) is known color: Medium Red Violet. HEX triplet: B3, 29 and 99. RGB value is (179,41,153). Sum of RGB (Red+Green+Blue) = 179+41+153=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B32999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32999 is #4CD666. Grayscale: #5E5E5E. Windows color (decimal): -5035623 or 10037683. OLE color: 10037683.

HSL color Cylindrical-coordinate representation of color #B32999: hue angle of 311.3º 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 #B32999 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 153 -
CMYK 0 0.77 0.15 0.30
HSL 311.3º 0.63% 0.43% -
HSV(B) 311.3º 0.77% 0.7% -
XYZ 25.13 13.47 31.41 -
YUV 95.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 179 41 153 0 0.77 0.15 0.30 311.3 0.63 0.43
Hex B3 29 99 0 4D F 1E 137 3F 2B
Octal 263 51 231 0 115 17 36 467 77 53
Binary 10110011 101001 10011001 0 1001101 1111 11110 100110111 111111 101011

Color Harmonies of #B32999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32999

Black with #B32999

Text Example


Text Example

White with #B32999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32999; }

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

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

background-color css

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

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

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

border-color css

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

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

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