#B684D7

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

Shades of Biloba Flower #B684D7

Tints of Biloba Flower #B684D7

Color information

#B684D7 (or 0xB684D7) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and D7. RGB value is (182,132,215). Sum of RGB (Red+Green+Blue) = 182+132+215=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #B684D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B684D7 is #497B28. Grayscale: #9C9C9C. Windows color (decimal): -4815657 or 14124214. OLE color: 14124214.

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

Color convert

RGB182132215-
CMYK0.150.3900.16
HSL276.14º50.92%68.04%-
HSV(B)276.14º38.6%84.31%-
XYZ39.8131.3568.24-
YUV156.41161.06146.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=34.40%
G=24.95%
B=40.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821322150.150.3900.16276.1450.9268.04
HexB684D7F270101143344
Octal266204327174702042463104
Binary10110110100001001101011111111001110100001000101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684D7; }

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

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

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

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

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

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

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

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