Html Css Color HEX #B32D8C Medium Red Violet

📋 copy color: '#B32D8C'

red 179 ◦ green 45 ◦ blue 140

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

Shades of Medium Red Violet #B32D8C

Tints of Medium Red Violet #B32D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 49.18%
G = 12.36%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B32D8C (or 0xB32D8C) is known color: Medium Red Violet. HEX triplet: B3, 2D and 8C. RGB value is (179,45,140). Sum of RGB (Red+Green+Blue) = 179+45+140=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8C is #4CD273. Grayscale: #5F5F5F. Windows color (decimal): -5034612 or 9186739. OLE color: 9186739.

HSL color Cylindrical-coordinate representation of color #B32D8C: hue angle of 317.46º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D8C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 45 140 -
CMYK 0 0.75 0.22 0.30
HSL 317.46º 0.6% 0.44% -
HSV(B) 317.46º 0.75% 0.7% -
XYZ 24.26 13.35 26.11 -
YUV 95.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 179 45 140 0 0.75 0.22 0.30 317.46 0.6 0.44
Hex B3 2D 8C 0 4B 16 1E 13D 3C 2C
Octal 263 55 214 0 113 26 36 475 74 54
Binary 10110011 101101 10001100 0 1001011 10110 11110 100111101 111100 101100

Color Harmonies of #B32D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D8C

Black with #B32D8C

Text Example


Text Example

White with #B32D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D8C; }

 p { color: rgb(179,45,140); }

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

background-color css

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

 a { background-color: rgb(179,45,140); }

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

border-color css

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

 span { border-color: rgb(179,45,140); }

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