Html Css Color HEX #B328AA Medium Red Violet

📋 copy color: '#B328AA'

red 179 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B328AA

Tints of Medium Red Violet #B328AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 46.02%
G = 10.28%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B328AA (or 0xB328AA) is known color: Medium Red Violet. HEX triplet: B3, 28 and AA. RGB value is (179,40,170). Sum of RGB (Red+Green+Blue) = 179+40+170=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B328AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B328AA is #4CD755. Grayscale: #606060. Windows color (decimal): -5035862 or 11151539. OLE color: 11151539.

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

Color convert

RGB 179 40 170 -
CMYK 0 0.78 0.05 0.30
HSL 303.88º 0.63% 0.43% -
HSV(B) 303.88º 0.78% 0.7% -
XYZ 26.6 14 39.33 -
YUV 96.38 169.55 186.93 -
System Red Green Blue C M Y K H S L
Decimal 179 40 170 0 0.78 0.05 0.30 303.88 0.63 0.43
Hex B3 28 AA 0 4E 5 1E 130 3F 2B
Octal 263 50 252 0 116 5 36 460 77 53
Binary 10110011 101000 10101010 0 1001110 101 11110 100110000 111111 101011

Color Harmonies of #B328AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B328AA

Black with #B328AA

Text Example


Text Example

White with #B328AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B328AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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