#B385BC

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

Shades of East Side #B385BC

Tints of East Side #B385BC

Color information

#B385BC (or 0xB385BC) is unknown color: approx East Side. HEX triplet: B3, 85 and BC. RGB value is (179,133,188). Sum of RGB (Red+Green+Blue) = 179+133+188=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #B385BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BC is #4C7A43. Grayscale: #989898. Windows color (decimal): -5012036 or 12354995. OLE color: 12354995.

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

Color convert

RGB179133188-
CMYK0.050.2900.26
HSL290.18º29.1%62.94%-
HSV(B)290.18º29.26%73.73%-
XYZ36.0629.9951.47-
YUV153.02147.74146.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 188 (73.83% from 255) = 37.6%
R=35.8%
G=26.6%
B=37.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791331880.050.2900.26290.1829.162.94
HexB385BC51D01A1221d3f
Octal2632052745350324423577
Binary1011001110000101101111001011110101101010010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385BC; }

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

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

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

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

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

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

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

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