#B298F6

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

Shades of Biloba Flower #B298F6

Tints of Biloba Flower #B298F6

Color information

#B298F6 (or 0xB298F6) is unknown color: approx Biloba Flower. HEX triplet: B2, 98 and F6. RGB value is (178,152,246). Sum of RGB (Red+Green+Blue) = 178+152+246=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B298F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B298F6 is #4D6709. Grayscale: #AAAAAA. Windows color (decimal): -5072650 or 16160946. OLE color: 16160946.

HSL color Cylindrical-coordinate representation of color #B298F6: hue angle of 256.6º degrees, saturation: 0.84, 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 #B298F6 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178152246-
CMYK0.280.3800.04
HSL256.6º83.93%78.04%-
HSV(B)256.6º38.21%96.47%-
XYZ46.2238.5892.2-
YUV170.49170.61133.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 152 (59.77% from 255) = 26.39%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=30.90%
G=26.39%
B=42.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781522460.280.3800.04256.683.9378.04
HexB298F61C2604101544e
Octal262230366344604401124116
Binary10110010100110001111011011100100110010010000000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298F6; }

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

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

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

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

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

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

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

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