#B684D9

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

Shades of Biloba Flower #B684D9

Tints of Biloba Flower #B684D9

Color information

#B684D9 (or 0xB684D9) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and D9. RGB value is (182,132,217). Sum of RGB (Red+Green+Blue) = 182+132+217=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #B684D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684D9 is #497B26. Grayscale: #9C9C9C. Windows color (decimal): -4815655 or 14255286. OLE color: 14255286.

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

Color convert

RGB182132217-
CMYK0.160.3900.15
HSL275.29º52.8%68.43%-
HSV(B)275.29º39.17%85.1%-
XYZ40.0731.4669.61-
YUV156.64162.06146.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=34.27%
G=24.86%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821322170.160.3900.15275.2952.868.43
HexB684D910270F1133544
Octal266204331204701742365104
Binary10110110100001001101100110000100111011111000100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684D9; }

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

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

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

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

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

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

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

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