Html Css Color HEX #B328AC Medium Red Violet

📋 copy color: '#B328AC'

red 179 ◦ green 40 ◦ blue 172

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

Shades of Medium Red Violet #B328AC

Tints of Medium Red Violet #B328AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.23%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 45.78%
G = 10.23%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B328AC (or 0xB328AC) is known color: Medium Red Violet. HEX triplet: B3, 28 and AC. RGB value is (179,40,172). Sum of RGB (Red+Green+Blue) = 179+40+172=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B328AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328AC is #4CD753. Grayscale: #606060. Windows color (decimal): -5035860 or 11282611. OLE color: 11282611.

HSL color Cylindrical-coordinate representation of color #B328AC: hue angle of 303.02º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B328AC is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 172 -
CMYK 0 0.78 0.04 0.30
HSL 303.02º 0.63% 0.43% -
HSV(B) 303.02º 0.78% 0.7% -
XYZ 26.8 14.08 40.34 -
YUV 96.61 170.55 186.77 -
System Red Green Blue C M Y K H S L
Decimal 179 40 172 0 0.78 0.04 0.30 303.02 0.63 0.43
Hex B3 28 AC 0 4E 4 1E 12F 3F 2B
Octal 263 50 254 0 116 4 36 457 77 53
Binary 10110011 101000 10101100 0 1001110 100 11110 100101111 111111 101011

Color Harmonies of #B328AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328AC

Black with #B328AC

Text Example


Text Example

White with #B328AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328AC; }

 p { color: rgb(179,40,172); }

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

background-color css

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

 a { background-color: rgb(179,40,172); }

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

border-color css

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

 span { border-color: rgb(179,40,172); }

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