#B297F1

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

Shades of Biloba Flower #B297F1

Tints of Biloba Flower #B297F1

Color information

#B297F1 (or 0xB297F1) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and F1. RGB value is (178,151,241). Sum of RGB (Red+Green+Blue) = 178+151+241=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B297F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F1 is #4D680E. Grayscale: #A8A8A8. Windows color (decimal): -5072911 or 15833010. OLE color: 15833010.

HSL color Cylindrical-coordinate representation of color #B297F1: hue angle of 258º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B297F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178151241-
CMYK0.260.3700.05
HSL258º76.27%76.86%-
HSV(B)258º37.34%94.51%-
XYZ45.337.9588.16-
YUV169.33168.45134.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=31.23%
G=26.49%
B=42.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781512410.260.3700.0525876.2776.86
HexB297F11A25051024c4d
Octal262227361324505402114115
Binary10110010100101111111000111010100101010110000001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297F1; }

 p { color: rgb(178,151,241); }

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

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

 a { background-color: rgb(178,151,241); }

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

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

 span { border-color: rgb(178,151,241); }

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