#B296F7

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

Shades of Biloba Flower #B296F7

Tints of Biloba Flower #B296F7

Color information

#B296F7 (or 0xB296F7) is unknown color: approx Biloba Flower. HEX triplet: B2, 96 and F7. RGB value is (178,150,247). Sum of RGB (Red+Green+Blue) = 178+150+247=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #B296F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296F7 is #4D6908. Grayscale: #A9A9A9. Windows color (decimal): -5073161 or 16225970. OLE color: 16225970.

HSL color Cylindrical-coordinate representation of color #B296F7: hue angle of 257.32º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B296F7 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178150247-
CMYK0.280.3900.03
HSL257.32º85.84%77.84%-
HSV(B)257.32º39.27%96.86%-
XYZ46.0537.9992.9-
YUV169.43171.78134.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 247 (96.88% from 255) = 42.96%
R=30.96%
G=26.09%
B=42.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781502470.280.3900.03257.3285.8477.84
HexB296F71C2703101564e
Octal262226367344703401126116
Binary1011001010010110111101111110010011101110000000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B296F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B296F7; }

 p { color: rgb(178,150,247); }

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

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

 a { background-color: rgb(178,150,247); }

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

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

 span { border-color: rgb(178,150,247); }

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