#B985EE

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

Shades of Biloba Flower #B985EE

Tints of Biloba Flower #B985EE

Color information

#B985EE (or 0xB985EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and EE. RGB value is (185,133,238). Sum of RGB (Red+Green+Blue) = 185+133+238=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #B985EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985EE is #467A11. Grayscale: #A0A0A0. Windows color (decimal): -4618770 or 15631801. OLE color: 15631801.

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

Color convert

RGB185133238-
CMYK0.220.4400.07
HSL269.71º75.54%72.75%-
HSV(B)269.71º44.12%93.33%-
XYZ43.8333.2685-
YUV160.52171.73145.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=33.27%
G=23.92%
B=42.81%

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
Decimal1851332380.220.4400.07269.7175.5472.75
HexB985EE162C0710e4c49
Octal271205356265407416114111
Binary10111001100001011110111010110101100011110000111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985EE; }

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

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

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

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

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

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

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

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