#B681DD

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

Shades of Biloba Flower #B681DD

Tints of Biloba Flower #B681DD

Color information

#B681DD (or 0xB681DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and DD. RGB value is (182,129,221). Sum of RGB (Red+Green+Blue) = 182+129+221=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B681DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681DD is #497E22. Grayscale: #9B9B9B. Windows color (decimal): -4816419 or 14516662. OLE color: 14516662.

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

Color convert

RGB182129221-
CMYK0.180.4200.13
HSL274.57º57.5%68.63%-
HSV(B)274.57º41.63%86.67%-
XYZ40.1930.8772.25-
YUV155.33165.06147.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=34.21%
G=24.25%
B=41.54%

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
Decimal1821292210.180.4200.13274.5757.568.63
HexB681DD122A0D1133a45
Octal266201335225201542372105
Binary10110110100000011101110110010101010011011000100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681DD; }

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

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

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

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

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

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

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

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