#B498F9

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

Shades of Biloba Flower #B498F9

Tints of Biloba Flower #B498F9

Color information

#B498F9 (or 0xB498F9) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and F9. RGB value is (180,152,249). Sum of RGB (Red+Green+Blue) = 180+152+249=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #B498F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498F9 is #4B6706. Grayscale: #ABABAB. Windows color (decimal): -4941575 or 16357556. OLE color: 16357556.

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

Color convert

RGB180152249-
CMYK0.280.3900.02
HSL257.32º88.99%78.63%-
HSV(B)257.32º38.96%97.65%-
XYZ47.153994.67-
YUV171.43171.78134.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.98%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=30.98%
G=26.16%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801522490.280.3900.02257.3288.9978.63
HexB498F91C2702101594f
Octal264230371344702401131117
Binary1011010010011000111110011110010011101010000000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498F9; }

 p { color: rgb(180,152,249); }

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

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

 a { background-color: rgb(180,152,249); }

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

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

 span { border-color: rgb(180,152,249); }

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