#ba7fbe

Color #BA7FBE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BA7FBE

Tints of East Side #BA7FBE

Color information

#BA7FBE (or 0xBA7FBE) is unknown color: approx East Side. HEX triplet: BA, 7F and BE. RGB value is (186,127,190). Sum of RGB (Red+Green+Blue) = 186+127+190=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FBE is #458041. Grayscale: #979797. Windows color (decimal): -4554818 or 12484538. OLE color: 12484538.

HSL color Cylindrical-coordinate representation of color #BA7FBE: hue angle of 296.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7FBE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186127190-
CMYK0.020.3300.25
HSL296.19º32.64%62.16%-
HSV(B)296.19º33.16%74.51%-
XYZ37.1329.3452.42-
YUV151.82149.55152.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=36.98%
G=25.25%
B=37.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861271900.020.3300.25296.1932.6462.16
HexBA7FBE221019128213e
Octal2721772762410314504176
Binary1011101011111111011111010100001011001100101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7fbe; }

 p { color: rgb(186,127,190); }

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

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

 a { background-color: rgb(186,127,190); }

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

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

 span { border-color: rgb(186,127,190); }

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