#B027AA

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

Shades of Medium Red Violet #B027AA

Tints of Medium Red Violet #B027AA

Color information

#B027AA (or 0xB027AA) is unknown color: approx Medium Red Violet. HEX triplet: B0, 27 and AA. RGB value is (176,39,170). Sum of RGB (Red+Green+Blue) = 176+39+170=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B027AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B027AA is #4FD855. Grayscale: #5E5E5E. Windows color (decimal): -5232726 or 11151280. OLE color: 11151280.

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

Color convert

RGB17639170-
CMYK00.780.030.31
HSL302.63º63.72%42.16%-
HSV(B)302.63º77.84%69.02%-
XYZ25.8913.5839.29-
YUV94.9170.39185.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=45.71%
G=10.13%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763917000.780.030.31302.6363.7242.16
HexB027AA04E31F12f402a
Octal26047252011633745710052
Binary10110000100111101010100100111011111111001011111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B027AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B027AA; }

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

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

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

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

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

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

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

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