#B387CD

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

Shades of East Side #B387CD

Tints of East Side #B387CD

Color information

#B387CD (or 0xB387CD) is unknown color: approx East Side. HEX triplet: B3, 87 and CD. RGB value is (179,135,205). Sum of RGB (Red+Green+Blue) = 179+135+205=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #B387CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387CD is #4C7832. Grayscale: #9B9B9B. Windows color (decimal): -5011507 or 13469619. OLE color: 13469619.

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

Color convert

RGB179135205-
CMYK0.130.3400.20
HSL277.71º41.18%66.67%-
HSV(B)277.71º34.15%80.39%-
XYZ38.2731.3261.79-
YUV156.14155.58144.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 135 (53.12% from 255) = 26.01%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=34.49%
G=26.01%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791352050.130.3400.20277.7141.1866.67
HexB387CDD220141162943
Octal263207315154202442651103
Binary10110011100001111100110111011000100101001000101101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387CD; }

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

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

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

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

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

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

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

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