#BC83CF

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

Shades of East Side #BC83CF

Tints of East Side #BC83CF

Color information

#BC83CF (or 0xBC83CF) is unknown color: approx East Side. HEX triplet: BC, 83 and CF. RGB value is (188,131,207). Sum of RGB (Red+Green+Blue) = 188+131+207=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CF is #437C30. Grayscale: #9C9C9C. Windows color (decimal): -4422705 or 13599676. OLE color: 13599676.

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

Color convert

RGB188131207-
CMYK0.090.3700.19
HSL285º44.19%66.27%-
HSV(B)285º36.71%81.18%-
XYZ40.1231.4362.98-
YUV156.71156.38150.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=35.74%
G=24.90%
B=39.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881312070.090.3700.1928544.1966.27
HexBC83CF92501311d2c42
Octal274203317114502343554102
Binary10111100100000111100111110011001010100111000111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83CF; }

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

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

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

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

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

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

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

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