#B786ED

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

Shades of Biloba Flower #B786ED

Tints of Biloba Flower #B786ED

Color information

#B786ED (or 0xB786ED) is unknown color: approx Biloba Flower. HEX triplet: B7, 86 and ED. RGB value is (183,134,237). Sum of RGB (Red+Green+Blue) = 183+134+237=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #B786ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B786ED is #487912. Grayscale: #A0A0A0. Windows color (decimal): -4749587 or 15566519. OLE color: 15566519.

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

Color convert

RGB183134237-
CMYK0.230.4300.07
HSL268.54º74.1%72.75%-
HSV(B)268.54º43.46%92.94%-
XYZ43.3433.2384.25-
YUV160.39171.23144.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.03%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=33.03%
G=24.19%
B=42.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831342370.230.4300.07268.5474.172.75
HexB786ED172B0710d4a49
Octal267206355275307415112111
Binary10110111100001101110110110111101011011110000110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786ED; }

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

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

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

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

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

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

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

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