#B499F3

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

Shades of Biloba Flower #B499F3

Tints of Biloba Flower #B499F3

Color information

#B499F3 (or 0xB499F3) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and F3. RGB value is (180,153,243). Sum of RGB (Red+Green+Blue) = 180+153+243=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #B499F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499F3 is #4B660C. Grayscale: #AAAAAA. Windows color (decimal): -4941325 or 15964596. OLE color: 15964596.

HSL color Cylindrical-coordinate representation of color #B499F3: hue angle of 258º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B499F3 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180153243-
CMYK0.260.3700.05
HSL258º78.95%77.65%-
HSV(B)258º37.04%95.29%-
XYZ46.3938.9689.87-
YUV171.33168.45134.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 153 (60.16% from 255) = 26.56%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=31.25%
G=26.56%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801532430.260.3700.0525878.9577.65
HexB499F31A25051024f4e
Octal264231363324505402117116
Binary10110100100110011111001111010100101010110000001010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499F3; }

 p { color: rgb(180,153,243); }

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

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

 a { background-color: rgb(180,153,243); }

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

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

 span { border-color: rgb(180,153,243); }

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