Html Css Color HEX #B32D8F Medium Red Violet

📋 copy color: '#B32D8F'

red 179 ◦ green 45 ◦ blue 143

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

Shades of Medium Red Violet #B32D8F

Tints of Medium Red Violet #B32D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 48.77%
G = 12.26%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B32D8F (or 0xB32D8F) is known color: Medium Red Violet. HEX triplet: B3, 2D and 8F. RGB value is (179,45,143). Sum of RGB (Red+Green+Blue) = 179+45+143=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8F is #4CD270. Grayscale: #5F5F5F. Windows color (decimal): -5034609 or 9383347. OLE color: 9383347.

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

Color convert

RGB 179 45 143 -
CMYK 0 0.75 0.20 0.30
HSL 316.12º 0.6% 0.44% -
HSV(B) 316.12º 0.75% 0.7% -
XYZ 24.49 13.44 27.29 -
YUV 96.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 179 45 143 0 0.75 0.20 0.30 316.12 0.6 0.44
Hex B3 2D 8F 0 4B 14 1E 13C 3C 2C
Octal 263 55 217 0 113 24 36 474 74 54
Binary 10110011 101101 10001111 0 1001011 10100 11110 100111100 111100 101100

Color Harmonies of #B32D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D8F

Black with #B32D8F

Text Example


Text Example

White with #B32D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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