#B486FE

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

Shades of Biloba Flower #B486FE

Tints of Biloba Flower #B486FE

Color information

#B486FE (or 0xB486FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and FE. RGB value is (180,134,254). Sum of RGB (Red+Green+Blue) = 180+134+254=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B486FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486FE is #4B7901. Grayscale: #A1A1A1. Windows color (decimal): -4946178 or 16680628. OLE color: 16680628.

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

Color convert

RGB180134254-
CMYK0.290.4700.00
HSL263º98.36%76.08%-
HSV(B)263º47.24%99.61%-
XYZ45.2433.9197.93-
YUV161.43180.24141.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 134 (52.73% from 255) = 23.59%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=31.69%
G=23.59%
B=44.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801342540.290.4700.0026398.3676.08
HexB486FE1D2F00107624c
Octal264206376355700407142114
Binary101101001000011011111110111011011110010000011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486FE; }

 p { color: rgb(180,134,254); }

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

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

 a { background-color: rgb(180,134,254); }

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

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

 span { border-color: rgb(180,134,254); }

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