#B387C1

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

Shades of East Side #B387C1

Tints of East Side #B387C1

Color information

#B387C1 (or 0xB387C1) is unknown color: approx East Side. HEX triplet: B3, 87 and C1. RGB value is (179,135,193). Sum of RGB (Red+Green+Blue) = 179+135+193=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #B387C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387C1 is #4C783E. Grayscale: #9A9A9A. Windows color (decimal): -5011519 or 12683187. OLE color: 12683187.

HSL color Cylindrical-coordinate representation of color #B387C1: hue angle of 285.52º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B387C1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179135193-
CMYK0.070.3000.24
HSL285.52º31.87%64.31%-
HSV(B)285.52º30.05%75.69%-
XYZ36.8830.7654.45-
YUV154.77149.58145.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=35.31%
G=26.63%
B=38.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791351930.070.3000.24285.5231.8764.31
HexB387C171E01811e2040
Octal26320730173603043640100
Binary101100111000011111000001111111100110001000111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387C1; }

 p { color: rgb(179,135,193); }

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

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

 a { background-color: rgb(179,135,193); }

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

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

 span { border-color: rgb(179,135,193); }

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