#B386CE

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

Shades of East Side #B386CE

Tints of East Side #B386CE

Color information

#B386CE (or 0xB386CE) is unknown color: approx East Side. HEX triplet: B3, 86 and CE. RGB value is (179,134,206). Sum of RGB (Red+Green+Blue) = 179+134+206=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B386CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386CE is #4C7931. Grayscale: #9B9B9B. Windows color (decimal): -5011762 or 13534899. OLE color: 13534899.

HSL color Cylindrical-coordinate representation of color #B386CE: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B386CE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179134206-
CMYK0.130.3500.19
HSL277.5º42.35%66.67%-
HSV(B)277.5º34.95%80.78%-
XYZ38.2631.0962.38-
YUV155.66156.41144.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=34.49%
G=25.82%
B=39.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791342060.130.3500.19277.542.3566.67
HexB386CED230131162a43
Octal263206316154302342652103
Binary10110011100001101100111011011000110100111000101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386CE; }

 p { color: rgb(179,134,206); }

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

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

 a { background-color: rgb(179,134,206); }

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

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

 span { border-color: rgb(179,134,206); }

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