#B981DD

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

Shades of Biloba Flower #B981DD

Tints of Biloba Flower #B981DD

Color information

#B981DD (or 0xB981DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and DD. RGB value is (185,129,221). Sum of RGB (Red+Green+Blue) = 185+129+221=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B981DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DD is #467E22. Grayscale: #9B9B9B. Windows color (decimal): -4619811 or 14516665. OLE color: 14516665.

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

Color convert

RGB185129221-
CMYK0.160.4200.13
HSL276.52º57.5%68.63%-
HSV(B)276.52º41.63%86.67%-
XYZ40.9131.2472.28-
YUV156.23164.55148.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=34.58%
G=24.11%
B=41.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851292210.160.4200.13276.5257.568.63
HexB981DD102A0D1153a45
Octal271201335205201542572105
Binary10111001100000011101110110000101010011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981DD; }

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

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

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

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

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

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

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

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