#BC84CB

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

Shades of East Side #BC84CB

Tints of East Side #BC84CB

Color information

#BC84CB (or 0xBC84CB) is unknown color: approx East Side. HEX triplet: BC, 84 and CB. RGB value is (188,132,203). Sum of RGB (Red+Green+Blue) = 188+132+203=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84CB is #437B34. Grayscale: #9C9C9C. Windows color (decimal): -4422453 or 13337788. OLE color: 13337788.

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

Color convert

RGB188132203-
CMYK0.070.3500.20
HSL287.32º40.57%65.69%-
HSV(B)287.32º34.98%79.61%-
XYZ39.7731.5160.49-
YUV156.84154.05150.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=35.95%
G=25.24%
B=38.81%

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
Decimal1881322030.070.3500.20287.3240.5765.69
HexBC84CB72301411f2942
Octal27420431374302443751102
Binary1011110010000100110010111111000110101001000111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC84CB; }

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

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

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

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

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

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

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

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