#B685FA

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

Shades of Biloba Flower #B685FA

Tints of Biloba Flower #B685FA

Color information

#B685FA (or 0xB685FA) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and FA. RGB value is (182,133,250). Sum of RGB (Red+Green+Blue) = 182+133+250=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #B685FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685FA is #497A05. Grayscale: #A0A0A0. Windows color (decimal): -4815366 or 16418230. OLE color: 16418230.

HSL color Cylindrical-coordinate representation of color #B685FA: hue angle of 265.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B685FA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182133250-
CMYK0.270.4700.02
HSL265.13º92.13%75.1%-
HSV(B)265.13º46.8%98.04%-
XYZ44.9333.6294.56-
YUV160.99178.23142.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=32.21%
G=23.54%
B=44.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821332500.270.4700.02265.1392.1375.1
HexB685FA1B2F021095c4b
Octal266205372335702411134113
Binary1011011010000101111110101101110111101010000100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685FA; }

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

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

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

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

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

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

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

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