#B388BC

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

Shades of East Side #B388BC

Tints of East Side #B388BC

Color information

#B388BC (or 0xB388BC) is unknown color: approx East Side. HEX triplet: B3, 88 and BC. RGB value is (179,136,188). Sum of RGB (Red+Green+Blue) = 179+136+188=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #B388BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BC is #4C7743. Grayscale: #9A9A9A. Windows color (decimal): -5011268 or 12355763. OLE color: 12355763.

HSL color Cylindrical-coordinate representation of color #B388BC: hue angle of 289.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B388BC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179136188-
CMYK0.050.2800.26
HSL289.62º27.96%63.53%-
HSV(B)289.62º27.66%73.73%-
XYZ36.4730.8251.6-
YUV154.79146.75145.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=35.59%
G=27.04%
B=37.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791361880.050.2800.26289.6227.9663.53
HexB388BC51C01A1221c40
Octal26321027453403244234100
Binary10110011100010001011110010111100011010100100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388BC; }

 p { color: rgb(179,136,188); }

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

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

 a { background-color: rgb(179,136,188); }

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

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

 span { border-color: rgb(179,136,188); }

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