#B985DC

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

Shades of Biloba Flower #B985DC

Tints of Biloba Flower #B985DC

Color information

#B985DC (or 0xB985DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and DC. RGB value is (185,133,220). Sum of RGB (Red+Green+Blue) = 185+133+220=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B985DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DC is #467A23. Grayscale: #9E9E9E. Windows color (decimal): -4618788 or 14452153. OLE color: 14452153.

HSL color Cylindrical-coordinate representation of color #B985DC: hue angle of 275.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B985DC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185133220-
CMYK0.160.4000.14
HSL275.86º55.41%69.22%-
HSV(B)275.86º39.55%86.27%-
XYZ41.3132.2671.76-
YUV158.47162.73146.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=34.39%
G=24.72%
B=40.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851332200.160.4000.14275.8655.4169.22
HexB985DC10280E1143745
Octal271205334205001642467105
Binary10111001100001011101110010000101000011101000101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985DC; }

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

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

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

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

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

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

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

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