#BC7BD9

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

Shades of East Side #BC7BD9

Tints of East Side #BC7BD9

Color information

#BC7BD9 (or 0xBC7BD9) is unknown color: approx East Side. HEX triplet: BC, 7B and D9. RGB value is (188,123,217). Sum of RGB (Red+Green+Blue) = 188+123+217=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BD9 is #438426. Grayscale: #989898. Windows color (decimal): -4424743 or 14252988. OLE color: 14252988.

HSL color Cylindrical-coordinate representation of color #BC7BD9: hue angle of 281.49º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7BD9 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188123217-
CMYK0.130.4300.15
HSL281.49º55.29%66.67%-
HSV(B)281.49º43.32%85.1%-
XYZ40.3529.8769.28-
YUV153.15164.03152.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 123 (48.44% from 255) = 23.30%
BLUE value IS 217 (85.16% from 255) = 41.10%
R=35.61%
G=23.30%
B=41.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881232170.130.4300.15281.4955.2966.67
HexBC7BD9D2B0F1193743
Octal274173331155301743167103
Binary101111001111011110110011101101011011111000110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7BD9; }

 p { color: rgb(188,123,217); }

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

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

 a { background-color: rgb(188,123,217); }

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

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

 span { border-color: rgb(188,123,217); }

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