Html Css Color HEX #B32BA5 Medium Red Violet

📋 copy color: '#B32BA5'

red 179 ◦ green 43 ◦ blue 165

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

Shades of Medium Red Violet #B32BA5

Tints of Medium Red Violet #B32BA5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

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

R = 46.25%
G = 11.11%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B32BA5 (or 0xB32BA5) is known color: Medium Red Violet. HEX triplet: B3, 2B and A5. RGB value is (179,43,165). Sum of RGB (Red+Green+Blue) = 179+43+165=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B32BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32BA5 is #4CD45A. Grayscale: #616161. Windows color (decimal): -5035099 or 10824627. OLE color: 10824627.

HSL color Cylindrical-coordinate representation of color #B32BA5: hue angle of 306.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32BA5 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 165 -
CMYK 0 0.76 0.08 0.30
HSL 306.18º 0.61% 0.44% -
HSV(B) 306.18º 0.76% 0.7% -
XYZ 26.25 14.03 36.92 -
YUV 97.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 179 43 165 0 0.76 0.08 0.30 306.18 0.61 0.44
Hex B3 2B A5 0 4C 8 1E 132 3D 2C
Octal 263 53 245 0 114 10 36 462 75 54
Binary 10110011 101011 10100101 0 1001100 1000 11110 100110010 111101 101100

Color Harmonies of #B32BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BA5

Black with #B32BA5

Text Example


Text Example

White with #B32BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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