#B985ED

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

Shades of Biloba Flower #B985ED

Tints of Biloba Flower #B985ED

Color information

#B985ED (or 0xB985ED) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and ED. RGB value is (185,133,237). Sum of RGB (Red+Green+Blue) = 185+133+237=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 133 (52.34% from 255 or 23.96% 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 #B985ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985ED is #467A12. Grayscale: #A0A0A0. Windows color (decimal): -4618771 or 15566265. OLE color: 15566265.

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

Color convert

RGB185133237-
CMYK0.220.4400.07
HSL270º74.29%72.55%-
HSV(B)270º43.88%92.94%-
XYZ43.6833.284.23-
YUV160.4171.23145.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 237 (92.97% from 255) = 42.70%
R=33.33%
G=23.96%
B=42.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851332370.220.4400.0727074.2972.55
HexB985ED162C0710e4a49
Octal271205355265407416112111
Binary10111001100001011110110110110101100011110000111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985ED; }

 p { color: rgb(185,133,237); }

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

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

 a { background-color: rgb(185,133,237); }

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

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

 span { border-color: rgb(185,133,237); }

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