#B384CF

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

Shades of East Side #B384CF

Tints of East Side #B384CF

Color information

#B384CF (or 0xB384CF) is unknown color: approx East Side. HEX triplet: B3, 84 and CF. RGB value is (179,132,207). Sum of RGB (Red+Green+Blue) = 179+132+207=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #B384CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CF is #4C7B30. Grayscale: #9A9A9A. Windows color (decimal): -5012273 or 13599923. OLE color: 13599923.

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

Color convert

RGB179132207-
CMYK0.140.3600.19
HSL277.6º43.86%66.47%-
HSV(B)277.6º36.23%81.18%-
XYZ38.130.5962.93-
YUV154.6157.57145.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 207 (81.25% from 255) = 39.96%
R=34.56%
G=25.48%
B=39.96%

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
Decimal1791322070.140.3600.19277.643.8666.47
HexB384CFE240131162c42
Octal263204317164402342654102
Binary10110011100001001100111111101001000100111000101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384CF; }

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

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

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

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

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

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

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

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