#B981DE

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

Shades of Biloba Flower #B981DE

Tints of Biloba Flower #B981DE

Color information

#B981DE (or 0xB981DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and DE. RGB value is (185,129,222). Sum of RGB (Red+Green+Blue) = 185+129+222=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #B981DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DE is #467E21. Grayscale: #9C9C9C. Windows color (decimal): -4619810 or 14582201. OLE color: 14582201.

HSL color Cylindrical-coordinate representation of color #B981DE: hue angle of 276.13º degrees, saturation: 0.58, 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 #B981DE is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185129222-
CMYK0.170.4200.13
HSL276.13º58.49%68.82%-
HSV(B)276.13º41.89%87.06%-
XYZ41.0431.2972.98-
YUV156.35165.05148.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=34.51%
G=24.07%
B=41.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851292220.170.4200.13276.1358.4968.82
HexB981DE112A0D1143a45
Octal271201336215201542472105
Binary10111001100000011101111010001101010011011000101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981DE; }

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

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

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

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

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

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

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

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