#B497FE

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

Shades of Biloba Flower #B497FE

Tints of Biloba Flower #B497FE

Color information

#B497FE (or 0xB497FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and FE. RGB value is (180,151,254). Sum of RGB (Red+Green+Blue) = 180+151+254=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B497FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497FE is #4B6801. Grayscale: #ABABAB. Windows color (decimal): -4941826 or 16684980. OLE color: 16684980.

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

Color convert

RGB180151254-
CMYK0.290.4100.00
HSL256.89º98.1%79.41%-
HSV(B)256.89º40.55%99.61%-
XYZ47.7838.9998.77-
YUV171.41174.61134.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=30.77%
G=25.81%
B=43.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801512540.290.4100.00256.8998.179.41
HexB497FE1D2900101624f
Octal264227376355100401142117
Binary101101001001011111111110111011010010010000000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497FE; }

 p { color: rgb(180,151,254); }

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

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

 a { background-color: rgb(180,151,254); }

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

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

 span { border-color: rgb(180,151,254); }

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