Html Css Color HEX #B32D85 Medium Red Violet

📋 copy color: '#B32D85'

red 179 ◦ green 45 ◦ blue 133

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

Shades of Medium Red Violet #B32D85

Tints of Medium Red Violet #B32D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 50.14%
G = 12.61%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B32D85 (or 0xB32D85) is known color: Medium Red Violet. HEX triplet: B3, 2D and 85. RGB value is (179,45,133). Sum of RGB (Red+Green+Blue) = 179+45+133=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D85 is #4CD27A. Grayscale: #5E5E5E. Windows color (decimal): -5034619 or 8727987. OLE color: 8727987.

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

Color convert

RGB 179 45 133 -
CMYK 0 0.75 0.26 0.30
HSL 320.6º 0.6% 0.44% -
HSV(B) 320.6º 0.75% 0.7% -
XYZ 23.76 13.15 23.48 -
YUV 95.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 179 45 133 0 0.75 0.26 0.30 320.6 0.6 0.44
Hex B3 2D 85 0 4B 1A 1E 141 3C 2C
Octal 263 55 205 0 113 32 36 501 74 54
Binary 10110011 101101 10000101 0 1001011 11010 11110 101000001 111100 101100

Color Harmonies of #B32D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D85

Black with #B32D85

Text Example


Text Example

White with #B32D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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