#BC79CB

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

Shades of East Side #BC79CB

Tints of East Side #BC79CB

Color information

#BC79CB (or 0xBC79CB) is unknown color: approx East Side. HEX triplet: BC, 79 and CB. RGB value is (188,121,203). Sum of RGB (Red+Green+Blue) = 188+121+203=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79CB is #438634. Grayscale: #969696. Windows color (decimal): -4425269 or 13334972. OLE color: 13334972.

HSL color Cylindrical-coordinate representation of color #BC79CB: hue angle of 289.02º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC79CB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188121203-
CMYK0.070.4000.20
HSL289.02º44.09%63.53%-
HSV(B)289.02º40.39%79.61%-
XYZ38.3628.6860.01-
YUV150.38157.7154.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=36.72%
G=23.63%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881212030.070.4000.20289.0244.0963.53
HexBC79CB7280141212c40
Octal27417131375002444154100
Binary101111001111001110010111111010000101001001000011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79CB; }

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

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

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

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

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

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

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

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