#B384CC

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

Shades of East Side #B384CC

Tints of East Side #B384CC

Color information

#B384CC (or 0xB384CC) is unknown color: approx East Side. HEX triplet: B3, 84 and CC. RGB value is (179,132,204). Sum of RGB (Red+Green+Blue) = 179+132+204=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B384CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CC is #4C7B33. Grayscale: #9A9A9A. Windows color (decimal): -5012276 or 13403315. OLE color: 13403315.

HSL color Cylindrical-coordinate representation of color #B384CC: hue angle of 279.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B384CC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB179132204-
CMYK0.120.3500.2
HSL279.17º41.38%65.88%-
HSV(B)279.17º35.29%80%-
XYZ37.7430.4561.01-
YUV154.26156.07145.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=34.76%
G=25.63%
B=39.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791322040.120.3500.2279.1741.3865.88
HexB384CCC230141172942
Octal263204314144302442751102
Binary10110011100001001100110011001000110101001000101111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384CC; }

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

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

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

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

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

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

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

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