#B493C8

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

Shades of East Side #B493C8

Tints of East Side #B493C8

Color information

#B493C8 (or 0xB493C8) is unknown color: approx East Side. HEX triplet: B4, 93 and C8. RGB value is (180,147,200). Sum of RGB (Red+Green+Blue) = 180+147+200=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 200 - color contains mainly: blue. Hex color #B493C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493C8 is #4B6C37. Grayscale: #A2A2A2. Windows color (decimal): -4942904 or 13145012. OLE color: 13145012.

HSL color Cylindrical-coordinate representation of color #B493C8: hue angle of 277.36º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B493C8 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180147200-
CMYK0.10.2600.22
HSL277.36º32.52%68.04%-
HSV(B)277.36º26.5%78.43%-
XYZ39.6834.7459.26-
YUV162.91148.93140.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=34.16%
G=27.89%
B=37.95%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801472000.10.2600.22277.3632.5268.04
HexB493C8A1A0161152144
Octal264223310123202642541104
Binary1011010010010011110010001010110100101101000101011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493C8; }

 p { color: rgb(180,147,200); }

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

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

 a { background-color: rgb(180,147,200); }

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

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

 span { border-color: rgb(180,147,200); }

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