#BC79CA

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

Shades of East Side #BC79CA

Tints of East Side #BC79CA

Color information

#BC79CA (or 0xBC79CA) is unknown color: approx East Side. HEX triplet: BC, 79 and CA. RGB value is (188,121,202). Sum of RGB (Red+Green+Blue) = 188+121+202=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79CA is #438635. Grayscale: #969696. Windows color (decimal): -4425270 or 13269436. OLE color: 13269436.

HSL color Cylindrical-coordinate representation of color #BC79CA: hue angle of 289.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC79CA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188121202-
CMYK0.070.4000.21
HSL289.63º43.32%63.33%-
HSV(B)289.63º40.1%79.22%-
XYZ38.2428.6359.39-
YUV150.27157.2154.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=36.79%
G=23.68%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881212020.070.4000.21289.6343.3263.33
HexBC79CA7280151222b3f
Octal2741713127500254425377
Binary10111100111100111001010111101000010101100100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79CA; }

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

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

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

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

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

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

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

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