Html Css Color HEX #B329A6 Medium Red Violet

📋 copy color: '#B329A6'

red 179 ◦ green 41 ◦ blue 166

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

Shades of Medium Red Violet #B329A6

Tints of Medium Red Violet #B329A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.01%

R = 46.37%
G = 10.62%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B329A6 (or 0xB329A6) is known color: Medium Red Violet. HEX triplet: B3, 29 and A6. RGB value is (179,41,166). Sum of RGB (Red+Green+Blue) = 179+41+166=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B329A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B329A6 is #4CD659. Grayscale: #606060. Windows color (decimal): -5035610 or 10889651. OLE color: 10889651.

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

Color convert

RGB 179 41 166 -
CMYK 0 0.77 0.07 0.30
HSL 305.65º 0.63% 0.43% -
HSV(B) 305.65º 0.77% 0.7% -
XYZ 26.27 13.92 37.38 -
YUV 96.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 179 41 166 0 0.77 0.07 0.30 305.65 0.63 0.43
Hex B3 29 A6 0 4D 7 1E 132 3F 2B
Octal 263 51 246 0 115 7 36 462 77 53
Binary 10110011 101001 10100110 0 1001101 111 11110 100110010 111111 101011

Color Harmonies of #B329A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329A6

Black with #B329A6

Text Example


Text Example

White with #B329A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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