#B384C1

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

Shades of East Side #B384C1

Tints of East Side #B384C1

Color information

#B384C1 (or 0xB384C1) is unknown color: approx East Side. HEX triplet: B3, 84 and C1. RGB value is (179,132,193). Sum of RGB (Red+Green+Blue) = 179+132+193=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #B384C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384C1 is #4C7B3E. Grayscale: #989898. Windows color (decimal): -5012287 or 12682419. OLE color: 12682419.

HSL color Cylindrical-coordinate representation of color #B384C1: hue angle of 286.23º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B384C1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179132193-
CMYK0.070.3200.24
HSL286.23º32.97%63.73%-
HSV(B)286.23º31.61%75.69%-
XYZ36.4729.9454.31-
YUV153.01150.57146.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=35.52%
G=26.19%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791321930.070.3200.24286.2332.9763.73
HexB384C172001811e2140
Octal26320430174003043641100
Binary1011001110000100110000011111000000110001000111101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384C1; }

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

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

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

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

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

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

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

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