#B687FD

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

Shades of Biloba Flower #B687FD

Tints of Biloba Flower #B687FD

Color information

#B687FD (or 0xB687FD) is unknown color: approx Biloba Flower. HEX triplet: B6, 87 and FD. RGB value is (182,135,253). Sum of RGB (Red+Green+Blue) = 182+135+253=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #B687FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687FD is #497802. Grayscale: #A2A2A2. Windows color (decimal): -4814851 or 16615350. OLE color: 16615350.

HSL color Cylindrical-coordinate representation of color #B687FD: hue angle of 263.9º 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 #B687FD is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB182135253-
CMYK0.280.4700.01
HSL263.9º96.72%76.08%-
HSV(B)263.9º46.64%99.22%-
XYZ45.6934.3697.15-
YUV162.5179.07141.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=31.93%
G=23.68%
B=44.39%

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
Decimal1821352530.280.4700.01263.996.7276.08
HexB687FD1C2F01108614c
Octal266207375345701410141114
Binary101101101000011111111101111001011110110000100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687FD; }

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

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

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

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

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

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

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

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