#B68BD9

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

Shades of Biloba Flower #B68BD9

Tints of Biloba Flower #B68BD9

Color information

#B68BD9 (or 0xB68BD9) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and D9. RGB value is (182,139,217). Sum of RGB (Red+Green+Blue) = 182+139+217=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #B68BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BD9 is #497426. Grayscale: #A0A0A0. Windows color (decimal): -4813863 or 14257078. OLE color: 14257078.

HSL color Cylindrical-coordinate representation of color #B68BD9: hue angle of 273.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68BD9 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182139217-
CMYK0.160.3600.15
HSL273.08º50.65%69.8%-
HSV(B)273.08º35.94%85.1%-
XYZ41.0533.4269.93-
YUV160.75159.75143.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=33.83%
G=25.84%
B=40.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821392170.160.3600.15273.0850.6569.8
HexB68BD910240F1113346
Octal266213331204401742163106
Binary10110110100010111101100110000100100011111000100011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BD9; }

 p { color: rgb(182,139,217); }

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

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

 a { background-color: rgb(182,139,217); }

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

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

 span { border-color: rgb(182,139,217); }

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