#B684F0

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

Shades of Biloba Flower #B684F0

Tints of Biloba Flower #B684F0

Color information

#B684F0 (or 0xB684F0) is unknown color: approx Biloba Flower. HEX triplet: B6, 84 and F0. RGB value is (182,132,240). Sum of RGB (Red+Green+Blue) = 182+132+240=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #B684F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B684F0 is #497B0F. Grayscale: #9E9E9E. Windows color (decimal): -4815632 or 15762614. OLE color: 15762614.

HSL color Cylindrical-coordinate representation of color #B684F0: hue angle of 267.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B684F0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182132240-
CMYK0.240.4500.06
HSL267.78º78.26%72.94%-
HSV(B)267.78º45%94.12%-
XYZ43.2732.7486.48-
YUV159.26173.56144.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=32.85%
G=23.83%
B=43.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821322400.240.4500.06267.7878.2672.94
HexB684F0182D0610c4e49
Octal266204360305506414116111
Binary10110110100001001111000011000101101011010000110010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B684F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B684F0; }

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

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

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

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

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

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

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

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