#B025AB

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

Shades of Medium Red Violet #B025AB

Tints of Medium Red Violet #B025AB

Color information

#B025AB (or 0xB025AB) is unknown color: approx Medium Red Violet. HEX triplet: B0, 25 and AB. RGB value is (176,37,171). Sum of RGB (Red+Green+Blue) = 176+37+171=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B025AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B025AB is #4FDA54. Grayscale: #5D5D5D. Windows color (decimal): -5233237 or 11216304. OLE color: 11216304.

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

Color convert

RGB17637171-
CMYK00.790.030.31
HSL302.16º65.26%41.76%-
HSV(B)302.16º78.98%69.02%-
XYZ25.9213.4939.77-
YUV93.84171.55186.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 37 (14.84% from 255) = 9.64%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=45.83%
G=9.64%
B=44.53%

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
Decimal1763717100.790.030.31302.1665.2641.76
HexB025AB04F31F12e412a
Octal26045253011733745610152
Binary10110000100101101010110100111111111111001011101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B025AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B025AB; }

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

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

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

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

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

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

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

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