#BC82D3

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

Shades of East Side #BC82D3

Tints of East Side #BC82D3

Color information

#BC82D3 (or 0xBC82D3) is unknown color: approx East Side. HEX triplet: BC, 82 and D3. RGB value is (188,130,211). Sum of RGB (Red+Green+Blue) = 188+130+211=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC82D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82D3 is #437D2C. Grayscale: #9C9C9C. Windows color (decimal): -4422957 or 13861564. OLE color: 13861564.

HSL color Cylindrical-coordinate representation of color #BC82D3: hue angle of 282.96º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC82D3 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188130211-
CMYK0.110.3800.17
HSL282.96º47.93%66.86%-
HSV(B)282.96º38.39%82.75%-
XYZ40.4831.3665.55-
YUV156.58158.72150.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=35.54%
G=24.57%
B=39.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881302110.110.3800.17282.9647.9366.86
HexBC82D3B2601111b3043
Octal274202323134602143360103
Binary10111100100000101101001110111001100100011000110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82D3; }

 p { color: rgb(188,130,211); }

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

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

 a { background-color: rgb(188,130,211); }

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

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

 span { border-color: rgb(188,130,211); }

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