Html Css Color HEX #B326AC Medium Red Violet

📋 copy color: '#B326AC'

red 179 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #B326AC

Tints of Medium Red Violet #B326AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.77%

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

R = 46.02%
G = 9.77%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B326AC (or 0xB326AC) is known color: Medium Red Violet. HEX triplet: B3, 26 and AC. RGB value is (179,38,172). Sum of RGB (Red+Green+Blue) = 179+38+172=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B326AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B326AC is #4CD953. Grayscale: #5F5F5F. Windows color (decimal): -5036372 or 11282099. OLE color: 11282099.

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

Color convert

RGB 179 38 172 -
CMYK 0 0.79 0.04 0.30
HSL 302.98º 0.65% 0.43% -
HSV(B) 302.98º 0.79% 0.7% -
XYZ 26.73 13.95 40.31 -
YUV 95.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 179 38 172 0 0.79 0.04 0.30 302.98 0.65 0.43
Hex B3 26 AC 0 4F 4 1E 12F 41 2B
Octal 263 46 254 0 117 4 36 457 101 53
Binary 10110011 100110 10101100 0 1001111 100 11110 100101111 1000001 101011

Color Harmonies of #B326AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326AC

Black with #B326AC

Text Example


Text Example

White with #B326AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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