#B981DC

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

Shades of Biloba Flower #B981DC

Tints of Biloba Flower #B981DC

Color information

#B981DC (or 0xB981DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 81 and DC. RGB value is (185,129,220). Sum of RGB (Red+Green+Blue) = 185+129+220=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B981DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DC is #467E23. Grayscale: #9B9B9B. Windows color (decimal): -4619812 or 14451129. OLE color: 14451129.

HSL color Cylindrical-coordinate representation of color #B981DC: hue angle of 276.92º degrees, saturation: 0.57, 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 #B981DC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185129220-
CMYK0.160.4100.14
HSL276.92º56.52%68.43%-
HSV(B)276.92º41.36%86.27%-
XYZ40.7831.1871.58-
YUV156.12164.05148.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=34.64%
G=24.16%
B=41.20%

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
Decimal1851292200.160.4100.14276.9256.5268.43
HexB981DC10290E1153944
Octal271201334205101642571104
Binary10111001100000011101110010000101001011101000101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981DC; }

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

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

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

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

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

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

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

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