#BC83CB

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

Shades of East Side #BC83CB

Tints of East Side #BC83CB

Color information

#BC83CB (or 0xBC83CB) is unknown color: approx East Side. HEX triplet: BC, 83 and CB. RGB value is (188,131,203). Sum of RGB (Red+Green+Blue) = 188+131+203=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CB is #437C34. Grayscale: #9C9C9C. Windows color (decimal): -4422709 or 13337532. OLE color: 13337532.

HSL color Cylindrical-coordinate representation of color #BC83CB: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC83CB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188131203-
CMYK0.070.3500.20
HSL287.5º40.91%65.49%-
HSV(B)287.5º35.47%79.61%-
XYZ39.6331.2460.44-
YUV156.25154.38150.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=36.02%
G=25.10%
B=38.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881312030.070.3500.20287.540.9165.49
HexBC83CB7230141202941
Octal27420331374302444051101
Binary1011110010000011110010111111000110101001001000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83CB; }

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

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

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

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

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

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

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

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