Html Css Color HEX #B32D6F Medium Red Violet

📋 copy color: '#B32D6F'

red 179 ◦ green 45 ◦ blue 111

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

Shades of Medium Red Violet #B32D6F

Tints of Medium Red Violet #B32D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 53.43%
G = 13.43%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B32D6F (or 0xB32D6F) is known color: Medium Red Violet. HEX triplet: B3, 2D and 6F. RGB value is (179,45,111). Sum of RGB (Red+Green+Blue) = 179+45+111=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D6F is #4CD290. Grayscale: #5C5C5C. Windows color (decimal): -5034641 or 7286195. OLE color: 7286195.

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

Color convert

RGB 179 45 111 -
CMYK 0 0.75 0.38 0.30
HSL 330.45º 0.6% 0.44% -
HSV(B) 330.45º 0.75% 0.7% -
XYZ 22.4 12.61 16.29 -
YUV 92.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 179 45 111 0 0.75 0.38 0.30 330.45 0.6 0.44
Hex B3 2D 6F 0 4B 26 1E 14A 3C 2C
Octal 263 55 157 0 113 46 36 512 74 54
Binary 10110011 101101 1101111 0 1001011 100110 11110 101001010 111100 101100

Color Harmonies of #B32D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D6F

Black with #B32D6F

Text Example


Text Example

White with #B32D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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