Html Css Color HEX #B32098 Medium Red Violet

📋 copy color: '#B32098'

red 179 ◦ green 32 ◦ blue 152

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

Shades of Medium Red Violet #B32098

Tints of Medium Red Violet #B32098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 49.31%
G = 8.82%
B = 41.87%

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

#B32098 (or 0xB32098) is known color: Medium Red Violet. HEX triplet: B3, 20 and 98. RGB value is (179,32,152). Sum of RGB (Red+Green+Blue) = 179+32+152=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B32098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32098 is #4CDF67. Grayscale: #595959. Windows color (decimal): -5037928 or 9969843. OLE color: 9969843.

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

Color convert

RGB 179 32 152 -
CMYK 0 0.82 0.15 0.30
HSL 311.02º 0.7% 0.41% -
HSV(B) 311.02º 0.82% 0.7% -
XYZ 24.77 12.88 30.89 -
YUV 89.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 179 32 152 0 0.82 0.15 0.30 311.02 0.7 0.41
Hex B3 20 98 0 52 F 1E 137 46 29
Octal 263 40 230 0 122 17 36 467 106 51
Binary 10110011 100000 10011000 0 1010010 1111 11110 100110111 1000110 101001

Color Harmonies of #B32098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32098

Black with #B32098

Text Example


Text Example

White with #B32098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32098; }

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

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

background-color css

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

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

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

border-color css

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

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

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