#B298F4

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

Shades of Biloba Flower #B298F4

Tints of Biloba Flower #B298F4

Color information

#B298F4 (or 0xB298F4) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and F4. RGB value is (178,152,244). Sum of RGB (Red+Green+Blue) = 178+152+244=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #B298F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298F4 is #4D670B. Grayscale: #A9A9A9. Windows color (decimal): -5072652 or 16029874. OLE color: 16029874.

HSL color Cylindrical-coordinate representation of color #B298F4: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B298F4 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178152244-
CMYK0.270.3800.04
HSL256.96º80.7%77.65%-
HSV(B)256.96º37.7%95.69%-
XYZ45.9238.4590.59-
YUV170.26169.61133.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 244 (95.70% from 255) = 42.51%
R=31.01%
G=26.48%
B=42.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781522440.270.3800.04256.9680.777.65
HexB298F41B2604101514e
Octal262230364334604401121116
Binary10110010100110001111010011011100110010010000000110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298F4; }

 p { color: rgb(178,152,244); }

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

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

 a { background-color: rgb(178,152,244); }

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

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

 span { border-color: rgb(178,152,244); }

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