#BC7CCD

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

Shades of East Side #BC7CCD

Tints of East Side #BC7CCD

Color information

#BC7CCD (or 0xBC7CCD) is unknown color: approx East Side. HEX triplet: BC, 7C and CD. RGB value is (188,124,205). Sum of RGB (Red+Green+Blue) = 188+124+205=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCD is #438332. Grayscale: #989898. Windows color (decimal): -4424499 or 13466812. OLE color: 13466812.

HSL color Cylindrical-coordinate representation of color #BC7CCD: hue angle of 287.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7CCD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188124205-
CMYK0.080.4000.20
HSL287.41º44.75%64.51%-
HSV(B)287.41º39.51%80.39%-
XYZ38.9729.5161.4-
YUV152.37157.7153.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=36.36%
G=23.98%
B=39.65%

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
Decimal1881242050.080.4000.20287.4144.7564.51
HexBC7CCD82801411f2d41
Octal274174315105002443755101
Binary1011110011111001100110110001010000101001000111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7CCD; }

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

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

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

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

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

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

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

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