#B487BD

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

Shades of East Side #B487BD

Tints of East Side #B487BD

Color information

#B487BD (or 0xB487BD) is unknown color: approx East Side. HEX triplet: B4, 87 and BD. RGB value is (180,135,189). Sum of RGB (Red+Green+Blue) = 180+135+189=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B487BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487BD is #4B7842. Grayscale: #9A9A9A. Windows color (decimal): -4945987 or 12421044. OLE color: 12421044.

HSL color Cylindrical-coordinate representation of color #B487BD: hue angle of 290º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B487BD is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180135189-
CMYK0.050.2900.26
HSL290º29.03%63.53%-
HSV(B)290º28.57%74.12%-
XYZ36.6730.7152.14-
YUV154.61147.41146.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=35.71%
G=26.79%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801351890.050.2900.2629029.0363.53
HexB487BD51D01A1221d40
Octal26420727553503244235100
Binary10110100100001111011110110111101011010100100010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487BD; }

 p { color: rgb(180,135,189); }

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

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

 a { background-color: rgb(180,135,189); }

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

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

 span { border-color: rgb(180,135,189); }

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