#B681DB

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

Shades of Biloba Flower #B681DB

Tints of Biloba Flower #B681DB

Color information

#B681DB (or 0xB681DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and DB. RGB value is (182,129,219). Sum of RGB (Red+Green+Blue) = 182+129+219=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B681DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DB is #497E24. Grayscale: #9A9A9A. Windows color (decimal): -4816421 or 14385590. OLE color: 14385590.

HSL color Cylindrical-coordinate representation of color #B681DB: hue angle of 275.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 #B681DB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182129219-
CMYK0.170.4100.14
HSL275.33º55.56%68.24%-
HSV(B)275.33º41.1%85.88%-
XYZ39.9330.7670.85-
YUV155.11164.06147.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 219 (85.94% from 255) = 41.32%
R=34.34%
G=24.34%
B=41.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821292190.170.4100.14275.3355.5668.24
HexB681DB11290E1133844
Octal266201333215101642370104
Binary10110110100000011101101110001101001011101000100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681DB; }

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

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

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

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

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

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

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

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