#bc79d0

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

Shades of East Side #BC79D0

Tints of East Side #BC79D0

Color information

#BC79D0 (or 0xBC79D0) is unknown color: approx East Side. HEX triplet: BC, 79 and D0. RGB value is (188,121,208). Sum of RGB (Red+Green+Blue) = 188+121+208=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79D0 is #43862F. Grayscale: #969696. Windows color (decimal): -4425264 or 13662652. OLE color: 13662652.

HSL color Cylindrical-coordinate representation of color #BC79D0: hue angle of 286.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC79D0 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188121208-
CMYK0.100.4200.18
HSL286.21º48.07%64.51%-
HSV(B)286.21º41.83%81.57%-
XYZ38.9628.9263.2-
YUV150.95160.2154.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=36.36%
G=23.40%
B=40.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881212080.100.4200.18286.2148.0764.51
HexBC79D0A2A01211e3041
Octal274171320125202243660101
Binary1011110011110011101000010101010100100101000111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc79d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc79d0; }

 p { color: rgb(188,121,208); }

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

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

 a { background-color: rgb(188,121,208); }

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

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

 span { border-color: rgb(188,121,208); }

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