Html Css Color HEX #B327AC Medium Red Violet

📋 copy color: '#B327AC'

red 179 ◦ green 39 ◦ blue 172

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

Shades of Medium Red Violet #B327AC

Tints of Medium Red Violet #B327AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

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

R = 45.9%
G = 10%
B = 44.1%

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

#B327AC (or 0xB327AC) is known color: Medium Red Violet. HEX triplet: B3, 27 and AC. RGB value is (179,39,172). Sum of RGB (Red+Green+Blue) = 179+39+172=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B327AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B327AC is #4CD853. Grayscale: #5F5F5F. Windows color (decimal): -5036116 or 11282355. OLE color: 11282355.

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

Color convert

RGB 179 39 172 -
CMYK 0 0.78 0.04 0.30
HSL 303º 0.64% 0.43% -
HSV(B) 303º 0.78% 0.7% -
XYZ 26.76 14.01 40.32 -
YUV 96.02 170.88 187.19 -
System Red Green Blue C M Y K H S L
Decimal 179 39 172 0 0.78 0.04 0.30 303 0.64 0.43
Hex B3 27 AC 0 4E 4 1E 12F 40 2B
Octal 263 47 254 0 116 4 36 457 100 53
Binary 10110011 100111 10101100 0 1001110 100 11110 100101111 1000000 101011

Color Harmonies of #B327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327AC

Black with #B327AC

Text Example


Text Example

White with #B327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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