Html Css Color HEX #B32A8D Medium Red Violet

📋 copy color: '#B32A8D'

red 179 ◦ green 42 ◦ blue 141

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

Shades of Medium Red Violet #B32A8D

Tints of Medium Red Violet #B32A8D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.6%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 49.45%
G = 11.6%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B32A8D (or 0xB32A8D) is known color: Medium Red Violet. HEX triplet: B3, 2A and 8D. RGB value is (179,42,141). Sum of RGB (Red+Green+Blue) = 179+42+141=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A8D is #4CD572. Grayscale: #5D5D5D. Windows color (decimal): -5035379 or 9251507. OLE color: 9251507.

HSL color Cylindrical-coordinate representation of color #B32A8D: hue angle of 316.64º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A8D is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 141 -
CMYK 0 0.77 0.21 0.30
HSL 316.64º 0.62% 0.43% -
HSV(B) 316.64º 0.77% 0.7% -
XYZ 24.23 13.16 26.46 -
YUV 94.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 179 42 141 0 0.77 0.21 0.30 316.64 0.62 0.43
Hex B3 2A 8D 0 4D 15 1E 13D 3E 2B
Octal 263 52 215 0 115 25 36 475 76 53
Binary 10110011 101010 10001101 0 1001101 10101 11110 100111101 111110 101011

Color Harmonies of #B32A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A8D

Black with #B32A8D

Text Example


Text Example

White with #B32A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A8D; }

 p { color: rgb(179,42,141); }

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

background-color css

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

 a { background-color: rgb(179,42,141); }

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

border-color css

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

 span { border-color: rgb(179,42,141); }

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