#B495FE

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

Shades of Biloba Flower #B495FE

Tints of Biloba Flower #B495FE

Color information

#B495FE (or 0xB495FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and FE. RGB value is (180,149,254). Sum of RGB (Red+Green+Blue) = 180+149+254=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #B495FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495FE is #4B6A01. Grayscale: #A9A9A9. Windows color (decimal): -4942338 or 16684468. OLE color: 16684468.

HSL color Cylindrical-coordinate representation of color #B495FE: hue angle of 257.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B495FE is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180149254-
CMYK0.290.4100.00
HSL257.71º98.13%79.02%-
HSV(B)257.71º41.34%99.61%-
XYZ47.4638.3598.67-
YUV170.24175.27134.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 149 (58.59% from 255) = 25.56%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=30.87%
G=25.56%
B=43.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801492540.290.4100.00257.7198.1379.02
HexB495FE1D2900102624f
Octal264225376355100402142117
Binary101101001001010111111110111011010010010000001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495FE; }

 p { color: rgb(180,149,254); }

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

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

 a { background-color: rgb(180,149,254); }

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

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

 span { border-color: rgb(180,149,254); }

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