#B425AA

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

Shades of Medium Red Violet #B425AA

Tints of Medium Red Violet #B425AA

Color information

#B425AA (or 0xB425AA) is unknown color: approx Medium Red Violet. HEX triplet: B4, 25 and AA. RGB value is (180,37,170). Sum of RGB (Red+Green+Blue) = 180+37+170=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B425AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B425AA is #4BDA55. Grayscale: #5E5E5E. Windows color (decimal): -4971094 or 11150772. OLE color: 11150772.

HSL color Cylindrical-coordinate representation of color #B425AA: hue angle of 304.2º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B425AA is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18037170-
CMYK00.790.060.29
HSL304.2º65.9%42.55%-
HSV(B)304.2º79.44%70.59%-
XYZ26.7413.9339.31-
YUV94.92170.38188.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 37 (14.84% from 255) = 9.56%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=46.51%
G=9.56%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803717000.790.060.29304.265.942.55
HexB425AA04F61D130422b
Octal26445252011763546010253
Binary101101001001011010101001001111110111011001100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B425AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B425AA; }

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

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

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

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

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

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

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

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