#B985DA

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

Shades of Biloba Flower #B985DA

Tints of Biloba Flower #B985DA

Color information

#B985DA (or 0xB985DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and DA. RGB value is (185,133,218). Sum of RGB (Red+Green+Blue) = 185+133+218=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B985DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DA is #467A25. Grayscale: #9D9D9D. Windows color (decimal): -4618790 or 14321081. OLE color: 14321081.

HSL color Cylindrical-coordinate representation of color #B985DA: hue angle of 276.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B985DA is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185133218-
CMYK0.150.3900.15
HSL276.71º53.46%68.82%-
HSV(B)276.71º38.99%85.49%-
XYZ41.0532.1570.37-
YUV158.24161.73147.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=34.51%
G=24.81%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851332180.150.3900.15276.7153.4668.82
HexB985DAF270F1153545
Octal271205332174701742565105
Binary1011100110000101110110101111100111011111000101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985DA; }

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

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

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

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

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

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

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

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