#B586E6

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

Shades of Biloba Flower #B586E6

Tints of Biloba Flower #B586E6

Color information

#B586E6 (or 0xB586E6) is unknown color: approx Biloba Flower. HEX triplet: B5, 86 and E6. RGB value is (181,134,230). Sum of RGB (Red+Green+Blue) = 181+134+230=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #B586E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586E6 is #4A7919. Grayscale: #9E9E9E. Windows color (decimal): -4880666 or 15107765. OLE color: 15107765.

HSL color Cylindrical-coordinate representation of color #B586E6: hue angle of 269.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B586E6 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181134230-
CMYK0.210.4200.10
HSL269.38º65.75%71.37%-
HSV(B)269.38º41.74%90.2%-
XYZ41.8632.5978.95-
YUV159168.07143.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 134 (52.73% from 255) = 24.59%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=33.21%
G=24.59%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811342300.210.4200.10269.3865.7571.37
HexB586E6152A0A10d4247
Octal2652063462552012415102107
Binary101101011000011011100110101011010100101010000110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586E6; }

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

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

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

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

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

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

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

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