#B985DD

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

Shades of Biloba Flower #B985DD

Tints of Biloba Flower #B985DD

Color information

#B985DD (or 0xB985DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 85 and DD. RGB value is (185,133,221). Sum of RGB (Red+Green+Blue) = 185+133+221=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B985DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B985DD is #467A22. Grayscale: #9E9E9E. Windows color (decimal): -4618787 or 14517689. OLE color: 14517689.

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

Color convert

RGB185133221-
CMYK0.160.4000.13
HSL275.45º56.41%69.41%-
HSV(B)275.45º39.82%86.67%-
XYZ41.4532.3172.46-
YUV158.58163.23146.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=34.32%
G=24.68%
B=41.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851332210.160.4000.13275.4556.4169.41
HexB985DD10280D1133845
Octal271205335205001542370105
Binary10111001100001011101110110000101000011011000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B985DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B985DD; }

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

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

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

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

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

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

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

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