Html Css Color HEX #B325AC Medium Red Violet

📋 copy color: '#B325AC'

red 179 ◦ green 37 ◦ blue 172

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

Shades of Medium Red Violet #B325AC

Tints of Medium Red Violet #B325AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.54%

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

R = 46.13%
G = 9.54%
B = 44.33%

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

#B325AC (or 0xB325AC) is known color: Medium Red Violet. HEX triplet: B3, 25 and AC. RGB value is (179,37,172). Sum of RGB (Red+Green+Blue) = 179+37+172=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B325AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B325AC is #4CDA53. Grayscale: #5E5E5E. Windows color (decimal): -5036628 or 11281843. OLE color: 11281843.

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

Color convert

RGB 179 37 172 -
CMYK 0 0.79 0.04 0.30
HSL 302.96º 0.66% 0.42% -
HSV(B) 302.96º 0.79% 0.7% -
XYZ 26.7 13.89 40.3 -
YUV 94.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 179 37 172 0 0.79 0.04 0.30 302.96 0.66 0.42
Hex B3 25 AC 0 4F 4 1E 12F 42 2A
Octal 263 45 254 0 117 4 36 457 102 52
Binary 10110011 100101 10101100 0 1001111 100 11110 100101111 1000010 101010

Color Harmonies of #B325AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325AC

Black with #B325AC

Text Example


Text Example

White with #B325AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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