#B492BE

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

Shades of East Side #B492BE

Tints of East Side #B492BE

Color information

#B492BE (or 0xB492BE) is unknown color: approx East Side. HEX triplet: B4, 92 and BE. RGB value is (180,146,190). Sum of RGB (Red+Green+Blue) = 180+146+190=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #B492BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492BE is #4B6D41. Grayscale: #A1A1A1. Windows color (decimal): -4943170 or 12489396. OLE color: 12489396.

HSL color Cylindrical-coordinate representation of color #B492BE: hue angle of 286.36º degrees, saturation: 0.25, 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 #B492BE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180146190-
CMYK0.050.2300.25
HSL286.36º25.29%65.88%-
HSV(B)286.36º23.16%74.51%-
XYZ38.433.9853.25-
YUV161.18144.26141.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=34.88%
G=28.29%
B=36.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801461900.050.2300.25286.3625.2965.88
HexB492BE51701911e1942
Octal26422227652703143631102
Binary10110100100100101011111010110111011001100011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492BE; }

 p { color: rgb(180,146,190); }

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

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

 a { background-color: rgb(180,146,190); }

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

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

 span { border-color: rgb(180,146,190); }

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