#B499FD

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

Shades of Biloba Flower #B499FD

Tints of Biloba Flower #B499FD

Color information

#B499FD (or 0xB499FD) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and FD. RGB value is (180,153,253). Sum of RGB (Red+Green+Blue) = 180+153+253=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #B499FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499FD is #4B6602. Grayscale: #ACACAC. Windows color (decimal): -4941315 or 16619956. OLE color: 16619956.

HSL color Cylindrical-coordinate representation of color #B499FD: hue angle of 256.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B499FD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180153253-
CMYK0.290.4000.01
HSL256.2º96.15%79.61%-
HSV(B)256.2º39.53%99.22%-
XYZ47.9439.5898.04-
YUV172.47173.45133.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=30.72%
G=26.11%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801532530.290.4000.01256.296.1579.61
HexB499FD1D28011006050
Octal264231375355001400140120
Binary101101001001100111111101111011010000110000000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499FD; }

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

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

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

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

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

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

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

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