Html Css Color HEX #B32D89 Medium Red Violet

📋 copy color: '#B32D89'

red 179 ◦ green 45 ◦ blue 137

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

Shades of Medium Red Violet #B32D89

Tints of Medium Red Violet #B32D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 49.58%
G = 12.47%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B32D89 (or 0xB32D89) is known color: Medium Red Violet. HEX triplet: B3, 2D and 89. RGB value is (179,45,137). Sum of RGB (Red+Green+Blue) = 179+45+137=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D89 is #4CD276. Grayscale: #5F5F5F. Windows color (decimal): -5034615 or 8990131. OLE color: 8990131.

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

Color convert

RGB 179 45 137 -
CMYK 0 0.75 0.23 0.30
HSL 318.81º 0.6% 0.44% -
HSV(B) 318.81º 0.75% 0.7% -
XYZ 24.04 13.27 24.96 -
YUV 95.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 179 45 137 0 0.75 0.23 0.30 318.81 0.6 0.44
Hex B3 2D 89 0 4B 17 1E 13F 3C 2C
Octal 263 55 211 0 113 27 36 477 74 54
Binary 10110011 101101 10001001 0 1001011 10111 11110 100111111 111100 101100

Color Harmonies of #B32D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D89

Black with #B32D89

Text Example


Text Example

White with #B32D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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