#B025AA

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

Shades of Medium Red Violet #B025AA

Tints of Medium Red Violet #B025AA

Color information

#B025AA (or 0xB025AA) is unknown color: approx Medium Red Violet. HEX triplet: B0, 25 and AA. RGB value is (176,37,170). Sum of RGB (Red+Green+Blue) = 176+37+170=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B025AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B025AA is #4FDA55. Grayscale: #5D5D5D. Windows color (decimal): -5233238 or 11150768. OLE color: 11150768.

HSL color Cylindrical-coordinate representation of color #B025AA: hue angle of 302.59º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B025AA is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17637170-
CMYK00.790.030.31
HSL302.59º65.26%41.76%-
HSV(B)302.59º78.98%69.02%-
XYZ25.8213.4639.27-
YUV93.72171.05186.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 37 (14.84% from 255) = 9.66%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=45.95%
G=9.66%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763717000.790.030.31302.5965.2641.76
HexB025AA04F31F12f412a
Octal26045252011733745710152
Binary10110000100101101010100100111111111111001011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B025AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B025AA; }

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

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

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

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

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

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

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

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