#B297FF

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

Shades of Biloba Flower #B297FF

Tints of Biloba Flower #B297FF

Color information

#B297FF (or 0xB297FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 97 and FF. RGB value is (178,151,255). Sum of RGB (Red+Green+Blue) = 178+151+255=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B297FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297FF is #4D6800. Grayscale: #AAAAAA. Windows color (decimal): -5072897 or 16750514. OLE color: 16750514.

HSL color Cylindrical-coordinate representation of color #B297FF: hue angle of 255.58º 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 #B297FF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178151255-
CMYK0.300.4100
HSL255.58º100%79.61%-
HSV(B)255.58º40.78%100%-
XYZ47.4838.8299.6-
YUV170.93175.45133.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 255 (100% from 255) = 43.66%
R=30.48%
G=25.86%
B=43.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781512550.300.4100255.5810079.61
HexB297FF1E29001006450
Octal262227377365100400144120
Binary101100101001011111111111111101010010010000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B297FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B297FF; }

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

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

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

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

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

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

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

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