#B491C8

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

Shades of East Side #B491C8

Tints of East Side #B491C8

Color information

#B491C8 (or 0xB491C8) is unknown color: approx East Side. HEX triplet: B4, 91 and C8. RGB value is (180,145,200). Sum of RGB (Red+Green+Blue) = 180+145+200=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #B491C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491C8 is #4B6E37. Grayscale: #A1A1A1. Windows color (decimal): -4943416 or 13144500. OLE color: 13144500.

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

Color convert

RGB180145200-
CMYK0.10.2800.22
HSL278.18º33.33%67.65%-
HSV(B)278.18º27.5%78.43%-
XYZ39.3734.1259.16-
YUV161.74149.6141.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=34.29%
G=27.62%
B=38.10%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801452000.10.2800.22278.1833.3367.65
HexB491C8A1C0161162144
Octal264221310123402642641104
Binary1011010010010001110010001010111000101101000101101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491C8; }

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

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

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

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

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

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

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

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