#B487EE

Color #B487EE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B487EE

Tints of Biloba Flower #B487EE

Color information

#B487EE (or 0xB487EE) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and EE. RGB value is (180,135,238). Sum of RGB (Red+Green+Blue) = 180+135+238=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #B487EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487EE is #4B7811. Grayscale: #9F9F9F. Windows color (decimal): -4945938 or 15632308. OLE color: 15632308.

HSL color Cylindrical-coordinate representation of color #B487EE: hue angle of 266.21º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B487EE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180135238-
CMYK0.240.4300.07
HSL266.21º75.18%73.14%-
HSV(B)266.21º43.28%93.33%-
XYZ42.9233.285.04-
YUV160.2171.91142.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=32.55%
G=24.41%
B=43.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801352380.240.4300.07266.2175.1873.14
HexB487EE182B0710a4b49
Octal264207356305307412113111
Binary10110100100001111110111011000101011011110000101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487EE; }

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

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

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

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

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

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

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

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