Html Css Color HEX #B32A8E Medium Red Violet

📋 copy color: '#B32A8E'

red 179 ◦ green 42 ◦ blue 142

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

Shades of Medium Red Violet #B32A8E

Tints of Medium Red Violet #B32A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.12%

R = 49.31%
G = 11.57%
B = 39.12%

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

#B32A8E (or 0xB32A8E) is known color: Medium Red Violet. HEX triplet: B3, 2A and 8E. RGB value is (179,42,142). Sum of RGB (Red+Green+Blue) = 179+42+142=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A8E is #4CD571. Grayscale: #5E5E5E. Windows color (decimal): -5035378 or 9317043. OLE color: 9317043.

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

Color convert

RGB 179 42 142 -
CMYK 0 0.77 0.21 0.30
HSL 316.2º 0.62% 0.43% -
HSV(B) 316.2º 0.77% 0.7% -
XYZ 24.3 13.19 26.86 -
YUV 94.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 179 42 142 0 0.77 0.21 0.30 316.2 0.62 0.43
Hex B3 2A 8E 0 4D 15 1E 13C 3E 2B
Octal 263 52 216 0 115 25 36 474 76 53
Binary 10110011 101010 10001110 0 1001101 10101 11110 100111100 111110 101011

Color Harmonies of #B32A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A8E

Black with #B32A8E

Text Example


Text Example

White with #B32A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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