#B487FD

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

Shades of Biloba Flower #B487FD

Tints of Biloba Flower #B487FD

Color information

#B487FD (or 0xB487FD) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and FD. RGB value is (180,135,253). Sum of RGB (Red+Green+Blue) = 180+135+253=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #B487FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487FD is #4B7802. Grayscale: #A1A1A1. Windows color (decimal): -4945923 or 16615348. OLE color: 16615348.

HSL color Cylindrical-coordinate representation of color #B487FD: hue angle of 262.88º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B487FD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180135253-
CMYK0.290.4700.01
HSL262.88º96.72%76.08%-
HSV(B)262.88º46.64%99.22%-
XYZ45.2234.1297.13-
YUV161.91179.41140.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=31.69%
G=23.77%
B=44.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801352530.290.4700.01262.8896.7276.08
HexB487FD1D2F01107614c
Octal264207375355701407141114
Binary101101001000011111111101111011011110110000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487FD; }

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

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

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

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

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

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

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

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