#B492C8

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

Shades of East Side #B492C8

Tints of East Side #B492C8

Color information

#B492C8 (or 0xB492C8) is unknown color: approx East Side. HEX triplet: B4, 92 and C8. RGB value is (180,146,200). Sum of RGB (Red+Green+Blue) = 180+146+200=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #B492C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492C8 is #4B6D37. Grayscale: #A2A2A2. Windows color (decimal): -4943160 or 13144756. OLE color: 13144756.

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

Color convert

RGB180146200-
CMYK0.10.2700.22
HSL277.78º32.93%67.84%-
HSV(B)277.78º27%78.43%-
XYZ39.5334.4359.21-
YUV162.32149.26140.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 200 (78.52% from 255) = 38.02%
R=34.22%
G=27.76%
B=38.02%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801462000.10.2700.22277.7832.9367.84
HexB492C8A1B0161162144
Octal264222310123302642641104
Binary1011010010010010110010001010110110101101000101101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B492C8; }

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

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

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

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

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

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

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

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