Html Css Color HEX #B32CA5 Medium Red Violet

📋 copy color: '#B32CA5'

red 179 ◦ green 44 ◦ blue 165

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

Shades of Medium Red Violet #B32CA5

Tints of Medium Red Violet #B32CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.34%

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 46.13%
G = 11.34%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B32CA5 (or 0xB32CA5) is known color: Medium Red Violet. HEX triplet: B3, 2C and A5. RGB value is (179,44,165). Sum of RGB (Red+Green+Blue) = 179+44+165=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B32CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32CA5 is #4CD35A. Grayscale: #616161. Windows color (decimal): -5034843 or 10824883. OLE color: 10824883.

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

Color convert

RGB 179 44 165 -
CMYK 0 0.75 0.08 0.30
HSL 306.22º 0.61% 0.44% -
HSV(B) 306.22º 0.75% 0.7% -
XYZ 26.28 14.1 36.93 -
YUV 98.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 179 44 165 0 0.75 0.08 0.30 306.22 0.61 0.44
Hex B3 2C A5 0 4B 8 1E 132 3D 2C
Octal 263 54 245 0 113 10 36 462 75 54
Binary 10110011 101100 10100101 0 1001011 1000 11110 100110010 111101 101100

Color Harmonies of #B32CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CA5

Black with #B32CA5

Text Example


Text Example

White with #B32CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CA5; }

 p { color: rgb(179,44,165); }

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

background-color css

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

 a { background-color: rgb(179,44,165); }

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

border-color css

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

 span { border-color: rgb(179,44,165); }

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