#B689FE

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

Shades of Biloba Flower #B689FE

Tints of Biloba Flower #B689FE

Color information

#B689FE (or 0xB689FE) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and FE. RGB value is (182,137,254). Sum of RGB (Red+Green+Blue) = 182+137+254=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B689FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FE is #497601. Grayscale: #A3A3A3. Windows color (decimal): -4814338 or 16681398. OLE color: 16681398.

HSL color Cylindrical-coordinate representation of color #B689FE: hue angle of 263.08º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B689FE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182137254-
CMYK0.280.4600.00
HSL263.08º98.32%76.67%-
HSV(B)263.08º46.06%99.61%-
XYZ46.1334.9998.09-
YUV163.79178.91140.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 137 (53.91% from 255) = 23.91%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=31.76%
G=23.91%
B=44.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821372540.280.4600.00263.0898.3276.67
HexB689FE1C2E00107624d
Octal266211376345600407142115
Binary101101101000100111111110111001011100010000011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689FE; }

 p { color: rgb(182,137,254); }

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

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

 a { background-color: rgb(182,137,254); }

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

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

 span { border-color: rgb(182,137,254); }

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