#B486E7

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

Shades of Biloba Flower #B486E7

Tints of Biloba Flower #B486E7

Color information

#B486E7 (or 0xB486E7) is unknown color: approx Biloba Flower. HEX triplet: B4, 86 and E7. RGB value is (180,134,231). Sum of RGB (Red+Green+Blue) = 180+134+231=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #B486E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486E7 is #4B7918. Grayscale: #9E9E9E. Windows color (decimal): -4946201 or 15173300. OLE color: 15173300.

HSL color Cylindrical-coordinate representation of color #B486E7: hue angle of 268.45º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B486E7 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180134231-
CMYK0.220.4200.09
HSL268.45º66.9%71.57%-
HSV(B)268.45º41.99%90.59%-
XYZ41.7732.5279.68-
YUV158.81168.74143.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 231 (90.62% from 255) = 42.39%
R=33.03%
G=24.59%
B=42.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801342310.220.4200.09268.4566.971.57
HexB486E7162A0910c4348
Octal2642063472652011414103110
Binary101101001000011011100111101101010100100110000110010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486E7; }

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

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

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

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

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

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

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

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