#B384CA

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

Shades of East Side #B384CA

Tints of East Side #B384CA

Color information

#B384CA (or 0xB384CA) is unknown color: approx East Side. HEX triplet: B3, 84 and CA. RGB value is (179,132,202). Sum of RGB (Red+Green+Blue) = 179+132+202=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B384CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384CA is #4C7B35. Grayscale: #999999. Windows color (decimal): -5012278 or 13272243. OLE color: 13272243.

HSL color Cylindrical-coordinate representation of color #B384CA: hue angle of 280.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B384CA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179132202-
CMYK0.110.3500.21
HSL280.29º39.77%65.49%-
HSV(B)280.29º34.65%79.22%-
XYZ37.530.3559.76-
YUV154.03155.07145.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.89%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=34.89%
G=25.73%
B=39.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791322020.110.3500.21280.2939.7765.49
HexB384CAB230151182841
Octal263204312134302543050101
Binary10110011100001001100101010111000110101011000110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384CA; }

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

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

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

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

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

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

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

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