#B488C1

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

Shades of East Side #B488C1

Tints of East Side #B488C1

Color information

#B488C1 (or 0xB488C1) is unknown color: approx East Side. HEX triplet: B4, 88 and C1. RGB value is (180,136,193). Sum of RGB (Red+Green+Blue) = 180+136+193=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B488C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488C1 is #4B773E. Grayscale: #9B9B9B. Windows color (decimal): -4945727 or 12683444. OLE color: 12683444.

HSL color Cylindrical-coordinate representation of color #B488C1: hue angle of 286.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B488C1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180136193-
CMYK0.070.3000.24
HSL286.32º31.49%64.51%-
HSV(B)286.32º29.53%75.69%-
XYZ37.2531.1654.5-
YUV155.65149.08145.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=35.36%
G=26.72%
B=37.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801361930.070.3000.24286.3231.4964.51
HexB488C171E01811e1f41
Octal26421030173603043637101
Binary10110100100010001100000111111110011000100011110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488C1; }

 p { color: rgb(180,136,193); }

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

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

 a { background-color: rgb(180,136,193); }

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

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

 span { border-color: rgb(180,136,193); }

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