Html Css Color HEX #B329A2 Medium Red Violet

📋 copy color: '#B329A2'

red 179 ◦ green 41 ◦ blue 162

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

Shades of Medium Red Violet #B329A2

Tints of Medium Red Violet #B329A2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 162 (63.67% from 255) = 42.41%

R = 46.86%
G = 10.73%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B329A2 (or 0xB329A2) is known color: Medium Red Violet. HEX triplet: B3, 29 and A2. RGB value is (179,41,162). Sum of RGB (Red+Green+Blue) = 179+41+162=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B329A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329A2 is #4CD65D. Grayscale: #5F5F5F. Windows color (decimal): -5035614 or 10627507. OLE color: 10627507.

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

Color convert

RGB 179 41 162 -
CMYK 0 0.77 0.09 0.30
HSL 307.39º 0.63% 0.43% -
HSV(B) 307.39º 0.77% 0.7% -
XYZ 25.9 13.78 35.48 -
YUV 96.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 179 41 162 0 0.77 0.09 0.30 307.39 0.63 0.43
Hex B3 29 A2 0 4D 9 1E 133 3F 2B
Octal 263 51 242 0 115 11 36 463 77 53
Binary 10110011 101001 10100010 0 1001101 1001 11110 100110011 111111 101011

Color Harmonies of #B329A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329A2

Black with #B329A2

Text Example


Text Example

White with #B329A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329A2; }

 p { color: rgb(179,41,162); }

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

background-color css

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

 a { background-color: rgb(179,41,162); }

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

border-color css

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

 span { border-color: rgb(179,41,162); }

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