Html Css Color HEX #B32099 Medium Red Violet

📋 copy color: '#B32099'

red 179 ◦ green 32 ◦ blue 153

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

Shades of Medium Red Violet #B32099

Tints of Medium Red Violet #B32099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 49.18%
G = 8.79%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B32099 (or 0xB32099) is known color: Medium Red Violet. HEX triplet: B3, 20 and 99. RGB value is (179,32,153). Sum of RGB (Red+Green+Blue) = 179+32+153=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32099 is #4CDF66. Grayscale: #595959. Windows color (decimal): -5037927 or 10035379. OLE color: 10035379.

HSL color Cylindrical-coordinate representation of color #B32099: hue angle of 310.61º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32099 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 153 -
CMYK 0 0.82 0.15 0.30
HSL 310.61º 0.7% 0.41% -
HSV(B) 310.61º 0.82% 0.7% -
XYZ 24.86 12.92 31.32 -
YUV 89.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 179 32 153 0 0.82 0.15 0.30 310.61 0.7 0.41
Hex B3 20 99 0 52 F 1E 137 46 29
Octal 263 40 231 0 122 17 36 467 106 51
Binary 10110011 100000 10011001 0 1010010 1111 11110 100110111 1000110 101001

Color Harmonies of #B32099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32099

Black with #B32099

Text Example


Text Example

White with #B32099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32099; }

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

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

background-color css

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

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

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

border-color css

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

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

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