#BA7CC1

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

Shades of East Side #BA7CC1

Tints of East Side #BA7CC1

Color information

#BA7CC1 (or 0xBA7CC1) is unknown color: approx East Side. HEX triplet: BA, 7C and C1. RGB value is (186,124,193). Sum of RGB (Red+Green+Blue) = 186+124+193=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA7CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CC1 is #45833E. Grayscale: #969696. Windows color (decimal): -4555583 or 12680378. OLE color: 12680378.

HSL color Cylindrical-coordinate representation of color #BA7CC1: hue angle of 293.91º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7CC1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186124193-
CMYK0.040.3600.24
HSL293.91º35.75%62.16%-
HSV(B)293.91º35.75%75.69%-
XYZ37.0828.754.04-
YUV150.4152.04153.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=36.98%
G=24.65%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861241930.040.3600.24293.9135.7562.16
HexBA7CC1424018126243e
Octal2721743014440304464476
Binary10111010111110011000001100100100011000100100110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CC1; }

 p { color: rgb(186,124,193); }

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

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

 a { background-color: rgb(186,124,193); }

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

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

 span { border-color: rgb(186,124,193); }

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