#b690f7

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

Shades of Biloba Flower #B690F7

Tints of Biloba Flower #B690F7

Color information

#B690F7 (or 0xB690F7) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and F7. RGB value is (182,144,247). Sum of RGB (Red+Green+Blue) = 182+144+247=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #B690F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690F7 is #496F08. Grayscale: #A6A6A6. Windows color (decimal): -4812553 or 16224438. OLE color: 16224438.

HSL color Cylindrical-coordinate representation of color #B690F7: hue angle of 262.14º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B690F7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182144247-
CMYK0.260.4200.03
HSL262.14º86.55%76.67%-
HSV(B)262.14º41.7%96.86%-
XYZ46.0536.6192.63-
YUV167.1173.09138.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=31.76%
G=25.13%
B=43.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821442470.260.4200.03262.1486.5576.67
HexB690F71A2A03106574d
Octal266220367325203406127115
Binary1011011010010000111101111101010101001110000011010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b690f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b690f7; }

 p { color: rgb(182,144,247); }

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

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

 a { background-color: rgb(182,144,247); }

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

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

 span { border-color: rgb(182,144,247); }

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