#B685F0

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

Shades of Biloba Flower #B685F0

Tints of Biloba Flower #B685F0

Color information

#B685F0 (or 0xB685F0) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and F0. RGB value is (182,133,240). Sum of RGB (Red+Green+Blue) = 182+133+240=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #B685F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F0 is #497A0F. Grayscale: #9F9F9F. Windows color (decimal): -4815376 or 15762870. OLE color: 15762870.

HSL color Cylindrical-coordinate representation of color #B685F0: hue angle of 267.48º 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 #B685F0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182133240-
CMYK0.240.4500.06
HSL267.48º78.1%73.14%-
HSV(B)267.48º44.58%94.12%-
XYZ43.4133.0186.52-
YUV159.85173.23143.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 133 (52.34% from 255) = 23.96%
BLUE value IS 240 (94.14% from 255) = 43.24%
R=32.79%
G=23.96%
B=43.24%

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
Decimal1821332400.240.4500.06267.4878.173.14
HexB685F0182D0610b4e49
Octal266205360305506413116111
Binary10110110100001011111000011000101101011010000101110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685F0; }

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

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

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

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

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

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

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

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