#b498fb

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

Shades of Biloba Flower #B498FB

Tints of Biloba Flower #B498FB

Color information

#B498FB (or 0xB498FB) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and FB. RGB value is (180,152,251). Sum of RGB (Red+Green+Blue) = 180+152+251=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #B498FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498FB is #4B6704. Grayscale: #ABABAB. Windows color (decimal): -4941573 or 16488628. OLE color: 16488628.

HSL color Cylindrical-coordinate representation of color #B498FB: hue angle of 256.97º degrees, saturation: 0.93, 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 #B498FB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180152251-
CMYK0.280.3900.02
HSL256.97º92.52%79.02%-
HSV(B)256.97º39.44%98.43%-
XYZ47.4639.1296.32-
YUV171.66172.78133.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=30.87%
G=26.07%
B=43.05%

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
Decimal1801522510.280.3900.02256.9792.5279.02
HexB498FB1C27021015d4f
Octal264230373344702401135117
Binary1011010010011000111110111110010011101010000000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b498fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b498fb; }

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

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

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

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

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

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

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

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