#B487FA

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

Shades of Biloba Flower #B487FA

Tints of Biloba Flower #B487FA

Color information

#B487FA (or 0xB487FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 87 and FA. RGB value is (180,135,250). Sum of RGB (Red+Green+Blue) = 180+135+250=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B487FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B487FA is #4B7805. Grayscale: #A1A1A1. Windows color (decimal): -4945926 or 16418740. OLE color: 16418740.

HSL color Cylindrical-coordinate representation of color #B487FA: hue angle of 263.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B487FA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180135250-
CMYK0.280.4600.02
HSL263.48º92%75.49%-
HSV(B)263.48º46%98.04%-
XYZ44.7433.9394.63-
YUV161.56177.91141.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=31.86%
G=23.89%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801352500.280.4600.02263.489275.49
HexB487FA1C2E021075c4b
Octal264207372345602407134113
Binary1011010010000111111110101110010111001010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487FA; }

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

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

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

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

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

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

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

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