#B586F6

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

Shades of Biloba Flower #B586F6

Tints of Biloba Flower #B586F6

Color information

#B586F6 (or 0xB586F6) is unknown color: approx Biloba Flower. HEX triplet: B5, 86 and F6. RGB value is (181,134,246). Sum of RGB (Red+Green+Blue) = 181+134+246=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #B586F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586F6 is #4A7909. Grayscale: #A0A0A0. Windows color (decimal): -4880650 or 16156341. OLE color: 16156341.

HSL color Cylindrical-coordinate representation of color #B586F6: hue angle of 265.18º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B586F6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181134246-
CMYK0.260.4600.04
HSL265.18º86.15%74.51%-
HSV(B)265.18º45.53%96.47%-
XYZ44.2233.5391.33-
YUV160.82176.07142.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=32.26%
G=23.89%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811342460.260.4600.04265.1886.1574.51
HexB586F61A2E04109564b
Octal265206366325604411126113
Binary10110101100001101111011011010101110010010000100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586F6; }

 p { color: rgb(181,134,246); }

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

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

 a { background-color: rgb(181,134,246); }

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

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

 span { border-color: rgb(181,134,246); }

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