#B586FE

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

Shades of Biloba Flower #B586FE

Tints of Biloba Flower #B586FE

Color information

#B586FE (or 0xB586FE) is unknown color: approx Biloba Flower. HEX triplet: B5, 86 and FE. RGB value is (181,134,254). Sum of RGB (Red+Green+Blue) = 181+134+254=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B586FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586FE is #4A7901. Grayscale: #A1A1A1. Windows color (decimal): -4880642 or 16680629. OLE color: 16680629.

HSL color Cylindrical-coordinate representation of color #B586FE: hue angle of 263.5º 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 #B586FE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181134254-
CMYK0.290.4700.00
HSL263.5º98.36%76.08%-
HSV(B)263.5º47.24%99.61%-
XYZ45.4734.0397.94-
YUV161.73180.07141.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 134 (52.73% from 255) = 23.55%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=31.81%
G=23.55%
B=44.64%

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
Decimal1811342540.290.4700.00263.598.3676.08
HexB586FE1D2F00108624c
Octal265206376355700410142114
Binary101101011000011011111110111011011110010000100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586FE; }

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

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

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

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

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

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

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

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