#B492C0

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

Shades of East Side #B492C0

Tints of East Side #B492C0

Color information

#B492C0 (or 0xB492C0) is unknown color: approx East Side. HEX triplet: B4, 92 and C0. RGB value is (180,146,192). Sum of RGB (Red+Green+Blue) = 180+146+192=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B492C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492C0 is #4B6D3F. Grayscale: #A1A1A1. Windows color (decimal): -4943168 or 12620468. OLE color: 12620468.

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

Color convert

RGB180146192-
CMYK0.060.2400.25
HSL284.35º26.74%66.27%-
HSV(B)284.35º23.96%75.29%-
XYZ38.6234.0754.41-
YUV161.41145.26141.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=34.75%
G=28.19%
B=37.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801461920.060.2400.25284.3526.7466.27
HexB492C061801911c1b42
Octal26422230063003143433102
Binary10110100100100101100000011011000011001100011100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492C0; }

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

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

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

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

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

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

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

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