#BA7DBE

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

Shades of East Side #BA7DBE

Tints of East Side #BA7DBE

Color information

#BA7DBE (or 0xBA7DBE) is unknown color: approx East Side. HEX triplet: BA, 7D and BE. RGB value is (186,125,190). Sum of RGB (Red+Green+Blue) = 186+125+190=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBE is #458241. Grayscale: #969696. Windows color (decimal): -4555330 or 12484026. OLE color: 12484026.

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

Color convert

RGB186125190-
CMYK0.020.3400.25
HSL296.31º33.33%61.76%-
HSV(B)296.31º34.21%74.51%-
XYZ36.8828.8252.34-
YUV150.65150.21153.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=37.13%
G=24.95%
B=37.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861251900.020.3400.25296.3133.3361.76
HexBA7DBE222019128213e
Octal2721752762420314504176
Binary1011101011111011011111010100010011001100101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DBE; }

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

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

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

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

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

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

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

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