#B293C0

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

Shades of East Side #B293C0

Tints of East Side #B293C0

Color information

#B293C0 (or 0xB293C0) is unknown color: approx East Side. HEX triplet: B2, 93 and C0. RGB value is (178,147,192). Sum of RGB (Red+Green+Blue) = 178+147+192=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #B293C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293C0 is #4D6C3F. Grayscale: #A1A1A1. Windows color (decimal): -5073984 or 12620722. OLE color: 12620722.

HSL color Cylindrical-coordinate representation of color #B293C0: hue angle of 281.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B293C0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178147192-
CMYK0.070.2300.25
HSL281.33º26.32%66.47%-
HSV(B)281.33º23.44%75.29%-
XYZ38.3134.1454.44-
YUV161.4145.27139.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=34.43%
G=28.43%
B=37.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781471920.070.2300.25281.3326.3266.47
HexB293C07170191191a42
Octal26222330072703143132102
Binary10110010100100111100000011110111011001100011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293C0; }

 p { color: rgb(178,147,192); }

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

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

 a { background-color: rgb(178,147,192); }

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

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

 span { border-color: rgb(178,147,192); }

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