#B687FC

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

Shades of Biloba Flower #B687FC

Tints of Biloba Flower #B687FC

Color information

#B687FC (or 0xB687FC) is unknown color: approx Biloba Flower. HEX triplet: B6, 87 and FC. RGB value is (182,135,252). Sum of RGB (Red+Green+Blue) = 182+135+252=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #B687FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687FC is #497803. Grayscale: #A1A1A1. Windows color (decimal): -4814852 or 16549814. OLE color: 16549814.

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

Color convert

RGB182135252-
CMYK0.280.4600.01
HSL264.1º95.12%75.88%-
HSV(B)264.1º46.43%98.82%-
XYZ45.5334.396.32-
YUV162.39178.57141.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 135 (53.12% from 255) = 23.73%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=31.99%
G=23.73%
B=44.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821352520.280.4600.01264.195.1275.88
HexB687FC1C2E011085f4c
Octal266207374345601410137114
Binary101101101000011111111100111001011100110000100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687FC; }

 p { color: rgb(182,135,252); }

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

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

 a { background-color: rgb(182,135,252); }

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

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

 span { border-color: rgb(182,135,252); }

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