#B685F6

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

Shades of Biloba Flower #B685F6

Tints of Biloba Flower #B685F6

Color information

#B685F6 (or 0xB685F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and F6. RGB value is (182,133,246). Sum of RGB (Red+Green+Blue) = 182+133+246=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #B685F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F6 is #497A09. Grayscale: #A0A0A0. Windows color (decimal): -4815370 or 16156086. OLE color: 16156086.

HSL color Cylindrical-coordinate representation of color #B685F6: hue angle of 266.02º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B685F6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182133246-
CMYK0.260.4600.04
HSL266.02º86.26%74.31%-
HSV(B)266.02º45.93%96.47%-
XYZ44.3133.3791.3-
YUV160.53176.23143.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=32.44%
G=23.71%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821332460.260.4600.04266.0286.2674.31
HexB685F61A2E0410a564a
Octal266205366325604412126112
Binary10110110100001011111011011010101110010010000101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685F6; }

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

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

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

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

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

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

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

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