#B681DE

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

Shades of Biloba Flower #B681DE

Tints of Biloba Flower #B681DE

Color information

#B681DE (or 0xB681DE) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and DE. RGB value is (182,129,222). Sum of RGB (Red+Green+Blue) = 182+129+222=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B681DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DE is #497E21. Grayscale: #9B9B9B. Windows color (decimal): -4816418 or 14582198. OLE color: 14582198.

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

Color convert

RGB182129222-
CMYK0.180.4200.13
HSL274.19º58.49%68.82%-
HSV(B)274.19º41.89%87.06%-
XYZ40.3330.9272.95-
YUV155.45165.56146.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.15%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=34.15%
G=24.20%
B=41.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821292220.180.4200.13274.1958.4968.82
HexB681DE122A0D1123a45
Octal266201336225201542272105
Binary10110110100000011101111010010101010011011000100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681DE; }

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

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

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

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

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

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

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

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