#B586ED

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

Shades of Biloba Flower #B586ED

Tints of Biloba Flower #B586ED

Color information

#B586ED (or 0xB586ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 86 and ED. RGB value is (181,134,237). Sum of RGB (Red+Green+Blue) = 181+134+237=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B586ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586ED is #4A7912. Grayscale: #9F9F9F. Windows color (decimal): -4880659 or 15566517. OLE color: 15566517.

HSL color Cylindrical-coordinate representation of color #B586ED: hue angle of 267.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B586ED is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181134237-
CMYK0.240.4300.07
HSL267.38º74.1%72.75%-
HSV(B)267.38º43.46%92.94%-
XYZ42.8732.9984.23-
YUV159.79171.57143.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.79%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=32.79%
G=24.28%
B=42.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811342370.240.4300.07267.3874.172.75
HexB586ED182B0710b4a49
Octal265206355305307413112111
Binary10110101100001101110110111000101011011110000101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586ED; }

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

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

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

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

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

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

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

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