#B585F6

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

Shades of Biloba Flower #B585F6

Tints of Biloba Flower #B585F6

Color information

#B585F6 (or 0xB585F6) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and F6. RGB value is (181,133,246). Sum of RGB (Red+Green+Blue) = 181+133+246=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #B585F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585F6 is #4A7A09. Grayscale: #9F9F9F. Windows color (decimal): -4880906 or 16156085. OLE color: 16156085.

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

Color convert

RGB181133246-
CMYK0.260.4600.04
HSL265.49º86.26%74.31%-
HSV(B)265.49º45.93%96.47%-
XYZ44.0833.2591.28-
YUV160.23176.4142.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=32.32%
G=23.75%
B=43.93%

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
Decimal1811332460.260.4600.04265.4986.2674.31
HexB585F61A2E04109564a
Octal265205366325604411126112
Binary10110101100001011111011011010101110010010000100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585F6; }

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

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

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

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

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

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

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

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