#B886ED

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

Shades of Biloba Flower #B886ED

Tints of Biloba Flower #B886ED

Color information

#B886ED (or 0xB886ED) is unknown color: approx Biloba Flower. HEX triplet: B8, 86 and ED. RGB value is (184,134,237). Sum of RGB (Red+Green+Blue) = 184+134+237=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #B886ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886ED is #477912. Grayscale: #A0A0A0. Windows color (decimal): -4684051 or 15566520. OLE color: 15566520.

HSL color Cylindrical-coordinate representation of color #B886ED: hue angle of 269.13º 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 #B886ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184134237-
CMYK0.220.4300.07
HSL269.13º74.1%72.75%-
HSV(B)269.13º43.46%92.94%-
XYZ43.5833.3584.26-
YUV160.69171.06144.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 134 (52.73% from 255) = 24.14%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=33.15%
G=24.14%
B=42.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841342370.220.4300.07269.1374.172.75
HexB886ED162B0710d4a49
Octal270206355265307415112111
Binary10111000100001101110110110110101011011110000110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886ED; }

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

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

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

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

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

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

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

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