#B387CF

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

Shades of East Side #B387CF

Tints of East Side #B387CF

Color information

#B387CF (or 0xB387CF) is unknown color: approx East Side. HEX triplet: B3, 87 and CF. RGB value is (179,135,207). Sum of RGB (Red+Green+Blue) = 179+135+207=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #B387CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B387CF is #4C7830. Grayscale: #9C9C9C. Windows color (decimal): -5011505 or 13600691. OLE color: 13600691.

HSL color Cylindrical-coordinate representation of color #B387CF: hue angle of 276.67º degrees, saturation: 0.43, 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 #B387CF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179135207-
CMYK0.140.3500.19
HSL276.67º42.86%67.06%-
HSV(B)276.67º34.78%81.18%-
XYZ38.5231.4263.07-
YUV156.36156.58144.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 207 (81.25% from 255) = 39.73%
R=34.36%
G=25.91%
B=39.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791352070.140.3500.19276.6742.8667.06
HexB387CFE230131152b43
Octal263207317164302342553103
Binary10110011100001111100111111101000110100111000101011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387CF; }

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

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

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

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

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

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

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

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