#BC85CF

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

Shades of East Side #BC85CF

Tints of East Side #BC85CF

Color information

#BC85CF (or 0xBC85CF) is unknown color: approx East Side. HEX triplet: BC, 85 and CF. RGB value is (188,133,207). Sum of RGB (Red+Green+Blue) = 188+133+207=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CF is #437A30. Grayscale: #9D9D9D. Windows color (decimal): -4422193 or 13600188. OLE color: 13600188.

HSL color Cylindrical-coordinate representation of color #BC85CF: hue angle of 284.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC85CF is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188133207-
CMYK0.090.3600.19
HSL284.59º43.53%66.67%-
HSV(B)284.59º35.75%81.18%-
XYZ40.3931.9763.07-
YUV157.88155.72149.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=35.61%
G=25.19%
B=39.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881332070.090.3600.19284.5943.5366.67
HexBC85CF92401311d2c43
Octal274205317114402343554103
Binary10111100100001011100111110011001000100111000111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85CF; }

 p { color: rgb(188,133,207); }

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

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

 a { background-color: rgb(188,133,207); }

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

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

 span { border-color: rgb(188,133,207); }

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