#B68DDB

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

Shades of Biloba Flower #B68DDB

Tints of Biloba Flower #B68DDB

Color information

#B68DDB (or 0xB68DDB) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and DB. RGB value is (182,141,219). Sum of RGB (Red+Green+Blue) = 182+141+219=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B68DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDB is #497224. Grayscale: #A1A1A1. Windows color (decimal): -4813349 or 14388662. OLE color: 14388662.

HSL color Cylindrical-coordinate representation of color #B68DDB: hue angle of 271.54º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68DDB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182141219-
CMYK0.170.3600.14
HSL271.54º52%70.59%-
HSV(B)271.54º35.62%85.88%-
XYZ41.634.1171.41-
YUV162.15160.08142.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 141 (55.47% from 255) = 26.01%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=33.58%
G=26.01%
B=40.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821412190.170.3600.14271.545270.59
HexB68DDB11240E1103447
Octal266215333214401642064107
Binary10110110100011011101101110001100100011101000100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DDB; }

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

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

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

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

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

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

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

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