#B685F2

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

Shades of Biloba Flower #B685F2

Tints of Biloba Flower #B685F2

Color information

#B685F2 (or 0xB685F2) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and F2. RGB value is (182,133,242). Sum of RGB (Red+Green+Blue) = 182+133+242=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #B685F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F2 is #497A0D. Grayscale: #9F9F9F. Windows color (decimal): -4815374 or 15893942. OLE color: 15893942.

HSL color Cylindrical-coordinate representation of color #B685F2: hue angle of 266.97º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B685F2 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182133242-
CMYK0.250.4500.05
HSL266.97º80.74%73.53%-
HSV(B)266.97º45.04%94.9%-
XYZ43.7133.1388.1-
YUV160.08174.23143.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=32.68%
G=23.88%
B=43.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821332420.250.4500.05266.9780.7473.53
HexB685F2192D0510b514a
Octal266205362315505413121112
Binary10110110100001011111001011001101101010110000101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685F2; }

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

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

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

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

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

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

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

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