#B685FD

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

Shades of Biloba Flower #B685FD

Tints of Biloba Flower #B685FD

Color information

#B685FD (or 0xB685FD) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and FD. RGB value is (182,133,253). Sum of RGB (Red+Green+Blue) = 182+133+253=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #B685FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685FD is #497A02. Grayscale: #A0A0A0. Windows color (decimal): -4815363 or 16614838. OLE color: 16614838.

HSL color Cylindrical-coordinate representation of color #B685FD: hue angle of 264.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B685FD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182133253-
CMYK0.280.4700.01
HSL264.5º96.77%75.69%-
HSV(B)264.5º47.43%99.22%-
XYZ45.4133.8197.06-
YUV161.33179.73142.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=32.04%
G=23.42%
B=44.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821332530.280.4700.01264.596.7775.69
HexB685FD1C2F01108614c
Octal266205375345701410141114
Binary101101101000010111111101111001011110110000100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685FD; }

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

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

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

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

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

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

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

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