#BA7BBE

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

Shades of East Side #BA7BBE

Tints of East Side #BA7BBE

Color information

#BA7BBE (or 0xBA7BBE) is unknown color: approx East Side. HEX triplet: BA, 7B and BE. RGB value is (186,123,190). Sum of RGB (Red+Green+Blue) = 186+123+190=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BBE is #458441. Grayscale: #959595. Windows color (decimal): -4555842 or 12483514. OLE color: 12483514.

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

Color convert

RGB186123190-
CMYK0.020.3500.25
HSL296.42º34.01%61.37%-
HSV(B)296.42º35.26%74.51%-
XYZ36.6328.3252.25-
YUV149.48150.87154.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=37.27%
G=24.65%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861231900.020.3500.25296.4234.0161.37
HexBA7BBE223019128223d
Octal2721732762430314504275
Binary1011101011110111011111010100011011001100101000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BBE; }

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

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

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

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

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

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

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

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