Html Css Color HEX #B32A9C Medium Red Violet

📋 copy color: '#B32A9C'

red 179 ◦ green 42 ◦ blue 156

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

Shades of Medium Red Violet #B32A9C

Tints of Medium Red Violet #B32A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 47.48%
G = 11.14%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B32A9C (or 0xB32A9C) is known color: Medium Red Violet. HEX triplet: B3, 2A and 9C. RGB value is (179,42,156). Sum of RGB (Red+Green+Blue) = 179+42+156=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A9C is #4CD563. Grayscale: #5F5F5F. Windows color (decimal): -5035364 or 10234547. OLE color: 10234547.

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

Color convert

RGB 179 42 156 -
CMYK 0 0.77 0.13 0.30
HSL 310.07º 0.62% 0.43% -
HSV(B) 310.07º 0.77% 0.7% -
XYZ 25.42 13.64 32.75 -
YUV 95.96 161.89 187.23 -
System Red Green Blue C M Y K H S L
Decimal 179 42 156 0 0.77 0.13 0.30 310.07 0.62 0.43
Hex B3 2A 9C 0 4D D 1E 136 3E 2B
Octal 263 52 234 0 115 15 36 466 76 53
Binary 10110011 101010 10011100 0 1001101 1101 11110 100110110 111110 101011

Color Harmonies of #B32A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A9C

Black with #B32A9C

Text Example


Text Example

White with #B32A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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