#B385CF

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

Shades of East Side #B385CF

Tints of East Side #B385CF

Color information

#B385CF (or 0xB385CF) is unknown color: approx East Side. HEX triplet: B3, 85 and CF. RGB value is (179,133,207). Sum of RGB (Red+Green+Blue) = 179+133+207=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #B385CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385CF is #4C7A30. Grayscale: #9A9A9A. Windows color (decimal): -5012017 or 13600179. OLE color: 13600179.

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

Color convert

RGB179133207-
CMYK0.140.3600.19
HSL277.3º43.53%66.67%-
HSV(B)277.3º35.75%81.18%-
XYZ38.2430.8662.97-
YUV155.19157.24144.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=34.49%
G=25.63%
B=39.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791332070.140.3600.19277.343.5366.67
HexB385CFE240131152c43
Octal263205317164402342554103
Binary10110011100001011100111111101001000100111000101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385CF; }

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

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

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

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

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

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

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

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