#b68fd9

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

Shades of Biloba Flower #B68FD9

Tints of Biloba Flower #B68FD9

Color information

#B68FD9 (or 0xB68FD9) is unknown color: approx Biloba Flower. HEX triplet: B6, 8F and D9. RGB value is (182,143,217). Sum of RGB (Red+Green+Blue) = 182+143+217=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B68FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FD9 is #497026. Grayscale: #A2A2A2. Windows color (decimal): -4812839 or 14258102. OLE color: 14258102.

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

Color convert

RGB182143217-
CMYK0.160.3400.15
HSL271.62º49.33%70.59%-
HSV(B)271.62º34.1%85.1%-
XYZ41.6434.670.13-
YUV163.1158.42141.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=33.58%
G=26.38%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821432170.160.3400.15271.6249.3370.59
HexB68FD910220F1103147
Octal266217331204201742061107
Binary10110110100011111101100110000100010011111000100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68fd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68fd9; }

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

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

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

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

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

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

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

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