Html Css Color HEX #B325AA Medium Red Violet

📋 copy color: '#B325AA'

red 179 ◦ green 37 ◦ blue 170

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

Shades of Medium Red Violet #B325AA

Tints of Medium Red Violet #B325AA

RGB

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

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

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

R = 46.37%
G = 9.59%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B325AA (or 0xB325AA) is known color: Medium Red Violet. HEX triplet: B3, 25 and AA. RGB value is (179,37,170). Sum of RGB (Red+Green+Blue) = 179+37+170=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B325AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B325AA is #4CDA55. Grayscale: #5E5E5E. Windows color (decimal): -5036630 or 11150771. OLE color: 11150771.

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

Color convert

RGB 179 37 170 -
CMYK 0 0.79 0.05 0.30
HSL 303.8º 0.66% 0.42% -
HSV(B) 303.8º 0.79% 0.7% -
XYZ 26.51 13.81 39.3 -
YUV 94.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 179 37 170 0 0.79 0.05 0.30 303.8 0.66 0.42
Hex B3 25 AA 0 4F 5 1E 130 42 2A
Octal 263 45 252 0 117 5 36 460 102 52
Binary 10110011 100101 10101010 0 1001111 101 11110 100110000 1000010 101010

Color Harmonies of #B325AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B325AA

Black with #B325AA

Text Example


Text Example

White with #B325AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B325AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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