#B225AA

Color #B225AA Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B225AA

Tints of Medium Red Violet #B225AA

Color information

#B225AA (or 0xB225AA) is unknown color: approx Medium Red Violet. HEX triplet: B2, 25 and AA. RGB value is (178,37,170). Sum of RGB (Red+Green+Blue) = 178+37+170=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B225AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225AA is #4DDA55. Grayscale: #5D5D5D. Windows color (decimal): -5102166 or 11150770. OLE color: 11150770.

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

Color convert

RGB17837170-
CMYK00.790.040.30
HSL303.4º65.58%42.16%-
HSV(B)303.4º79.21%69.8%-
XYZ26.2813.6939.29-
YUV94.32170.71187.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 37 (14.84% from 255) = 9.61%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=46.23%
G=9.61%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783717000.790.040.30303.465.5842.16
HexB225AA04F41E12f422a
Octal26245252011743645710252
Binary101100101001011010101001001111100111101001011111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B225AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B225AA; }

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

 H1.HeaderClassName
 {
   color: #B225AA;
 }
 .AnyTagClassName
 {
   color: #B225AA;
 }
</style>
background-color css

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

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

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

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

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

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