#B491CA

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

Shades of East Side #B491CA

Tints of East Side #B491CA

Color information

#B491CA (or 0xB491CA) is unknown color: approx East Side. HEX triplet: B4, 91 and CA. RGB value is (180,145,202). Sum of RGB (Red+Green+Blue) = 180+145+202=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #B491CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491CA is #4B6E35. Grayscale: #A1A1A1. Windows color (decimal): -4943414 or 13275572. OLE color: 13275572.

HSL color Cylindrical-coordinate representation of color #B491CA: hue angle of 276.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B491CA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180145202-
CMYK0.110.2800.21
HSL276.84º34.97%68.04%-
HSV(B)276.84º28.22%79.22%-
XYZ39.6134.2260.39-
YUV161.96150.6140.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=34.16%
G=27.51%
B=38.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801452020.110.2800.21276.8434.9768.04
HexB491CAB1C0151152344
Octal264221312133402542543104
Binary1011010010010001110010101011111000101011000101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B491CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B491CA; }

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

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

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

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

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

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

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

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