#B487CF

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

Shades of East Side #B487CF

Tints of East Side #B487CF

Color information

#B487CF (or 0xB487CF) is unknown color: approx East Side. HEX triplet: B4, 87 and CF. RGB value is (180,135,207). Sum of RGB (Red+Green+Blue) = 180+135+207=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #B487CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B487CF is #4B7830. Grayscale: #9C9C9C. Windows color (decimal): -4945969 or 13600692. OLE color: 13600692.

HSL color Cylindrical-coordinate representation of color #B487CF: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B487CF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180135207-
CMYK0.130.3500.19
HSL277.5º42.86%67.06%-
HSV(B)277.5º34.78%81.18%-
XYZ38.7531.5463.08-
YUV156.66156.41144.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 207 (81.25% from 255) = 39.66%
R=34.48%
G=25.86%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801352070.130.3500.19277.542.8667.06
HexB487CFD230131162b43
Octal264207317154302342653103
Binary10110100100001111100111111011000110100111000101101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487CF; }

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

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

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

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

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

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

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

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