#B026A1

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

Shades of Medium Red Violet #B026A1

Tints of Medium Red Violet #B026A1

Color information

#B026A1 (or 0xB026A1) is unknown color: approx Medium Red Violet. HEX triplet: B0, 26 and A1. RGB value is (176,38,161). Sum of RGB (Red+Green+Blue) = 176+38+161=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B026A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B026A1 is #4FD95E. Grayscale: #5C5C5C. Windows color (decimal): -5232991 or 10561200. OLE color: 10561200.

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

Color convert

RGB17638161-
CMYK00.780.090.31
HSL306.52º64.49%41.96%-
HSV(B)306.52º78.41%69.02%-
XYZ25.0313.1934.94-
YUV93.28166.22187-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=46.93%
G=10.13%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763816100.780.090.31306.5264.4941.96
HexB026A104E91F133402a
Octal260462410116113746310052
Binary1011000010011010100001010011101001111111001100111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B026A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B026A1; }

 p { color: rgb(176,38,161); }

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

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

 a { background-color: rgb(176,38,161); }

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

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

 span { border-color: rgb(176,38,161); }

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