#B491CD

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

Shades of East Side #B491CD

Tints of East Side #B491CD

Color information

#B491CD (or 0xB491CD) is unknown color: approx East Side. HEX triplet: B4, 91 and CD. RGB value is (180,145,205). Sum of RGB (Red+Green+Blue) = 180+145+205=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B491CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491CD is #4B6E32. Grayscale: #A2A2A2. Windows color (decimal): -4943411 or 13472180. OLE color: 13472180.

HSL color Cylindrical-coordinate representation of color #B491CD: hue angle of 275º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B491CD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180145205-
CMYK0.120.2900.20
HSL275º37.5%68.63%-
HSV(B)275º29.27%80.39%-
XYZ39.9734.3662.28-
YUV162.3152.1140.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=33.96%
G=27.36%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801452050.120.2900.2027537.568.63
HexB491CDC1D0141132545
Octal264221315143502442345105
Binary1011010010010001110011011100111010101001000100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491CD; }

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

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

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

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

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

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

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

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