#B981DB

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

Shades of Biloba Flower #B981DB

Tints of Biloba Flower #B981DB

Color information

#B981DB (or 0xB981DB) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and DB. RGB value is (185,129,219). Sum of RGB (Red+Green+Blue) = 185+129+219=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B981DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DB is #467E24. Grayscale: #9B9B9B. Windows color (decimal): -4619813 or 14385593. OLE color: 14385593.

HSL color Cylindrical-coordinate representation of color #B981DB: hue angle of 277.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B981DB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185129219-
CMYK0.160.4100.14
HSL277.33º55.56%68.24%-
HSV(B)277.33º41.1%85.88%-
XYZ40.6431.1370.88-
YUV156163.55148.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 219 (85.94% from 255) = 41.09%
R=34.71%
G=24.20%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851292190.160.4100.14277.3355.5668.24
HexB981DB10290E1153844
Octal271201333205101642570104
Binary10111001100000011101101110000101001011101000101011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981DB; }

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

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

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

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

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

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

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

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