#B497FF

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

Shades of Biloba Flower #B497FF

Tints of Biloba Flower #B497FF

Color information

#B497FF (or 0xB497FF) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and FF. RGB value is (180,151,255). Sum of RGB (Red+Green+Blue) = 180+151+255=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B497FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497FF is #4B6800. Grayscale: #ABABAB. Windows color (decimal): -4941825 or 16750516. OLE color: 16750516.

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

Color convert

RGB180151255-
CMYK0.290.4100
HSL256.73º100%79.61%-
HSV(B)256.73º40.78%100%-
XYZ47.9439.0699.62-
YUV171.53175.11134.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 255 (100% from 255) = 43.52%
R=30.72%
G=25.77%
B=43.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801512550.290.4100256.7310079.61
HexB497FF1D29001016450
Octal264227377355100401144120
Binary101101001001011111111111111011010010010000000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497FF; }

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

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

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

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

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

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

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

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