#BC7ACD

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

Shades of East Side #BC7ACD

Tints of East Side #BC7ACD

Color information

#BC7ACD (or 0xBC7ACD) is unknown color: approx East Side. HEX triplet: BC, 7A and CD. RGB value is (188,122,205). Sum of RGB (Red+Green+Blue) = 188+122+205=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ACD is #438532. Grayscale: #969696. Windows color (decimal): -4425011 or 13466300. OLE color: 13466300.

HSL color Cylindrical-coordinate representation of color #BC7ACD: hue angle of 287.71º degrees, saturation: 0.45, 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 #BC7ACD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188122205-
CMYK0.080.4000.20
HSL287.71º45.36%64.12%-
HSV(B)287.71º40.49%80.39%-
XYZ38.7229.0261.32-
YUV151.2158.37154.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=36.50%
G=23.69%
B=39.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881222050.080.4000.20287.7145.3664.12
HexBC7ACD8280141202d40
Octal274172315105002444055100
Binary1011110011110101100110110001010000101001001000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7ACD; }

 p { color: rgb(188,122,205); }

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

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

 a { background-color: rgb(188,122,205); }

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

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

 span { border-color: rgb(188,122,205); }

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