Html Css Color HEX #B32A9D Medium Red Violet

📋 copy color: '#B32A9D'

red 179 ◦ green 42 ◦ blue 157

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

Shades of Medium Red Violet #B32A9D

Tints of Medium Red Violet #B32A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 47.35%
G = 11.11%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B32A9D (or 0xB32A9D) is known color: Medium Red Violet. HEX triplet: B3, 2A and 9D. RGB value is (179,42,157). Sum of RGB (Red+Green+Blue) = 179+42+157=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A9D is #4CD562. Grayscale: #5F5F5F. Windows color (decimal): -5035363 or 10300083. OLE color: 10300083.

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

Color convert

RGB 179 42 157 -
CMYK 0 0.77 0.12 0.30
HSL 309.64º 0.62% 0.43% -
HSV(B) 309.64º 0.77% 0.7% -
XYZ 25.5 13.67 33.19 -
YUV 96.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 179 42 157 0 0.77 0.12 0.30 309.64 0.62 0.43
Hex B3 2A 9D 0 4D C 1E 136 3E 2B
Octal 263 52 235 0 115 14 36 466 76 53
Binary 10110011 101010 10011101 0 1001101 1100 11110 100110110 111110 101011

Color Harmonies of #B32A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A9D

Black with #B32A9D

Text Example


Text Example

White with #B32A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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