#B392CC

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

Shades of East Side #B392CC

Tints of East Side #B392CC

Color information

#B392CC (or 0xB392CC) is unknown color: approx East Side. HEX triplet: B3, 92 and CC. RGB value is (179,146,204). Sum of RGB (Red+Green+Blue) = 179+146+204=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B392CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392CC is #4C6D33. Grayscale: #A2A2A2. Windows color (decimal): -5008692 or 13406899. OLE color: 13406899.

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

Color convert

RGB179146204-
CMYK0.120.2800.2
HSL274.14º36.25%68.63%-
HSV(B)274.14º28.43%80%-
XYZ39.7734.561.69-
YUV162.48151.43139.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.84%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=33.84%
G=27.60%
B=38.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791462040.120.2800.2274.1436.2568.63
HexB392CCC1C0141122445
Octal263222314143402442244105
Binary1011001110010010110011001100111000101001000100101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392CC; }

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

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

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

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

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

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

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

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