#B495E9

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

Shades of Biloba Flower #B495E9

Tints of Biloba Flower #B495E9

Color information

#B495E9 (or 0xB495E9) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and E9. RGB value is (180,149,233). Sum of RGB (Red+Green+Blue) = 180+149+233=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 233 (91.41% from 255 or 41.46% from 562); Max value from RGB is 233 - color contains mainly: blue. Hex color #B495E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495E9 is #4B6A16. Grayscale: #A7A7A7. Windows color (decimal): -4942359 or 15308212. OLE color: 15308212.

HSL color Cylindrical-coordinate representation of color #B495E9: hue angle of 262.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B495E9 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB180149233-
CMYK0.230.3600.09
HSL262.14º65.62%74.9%-
HSV(B)262.14º36.05%91.37%-
XYZ44.2837.0881.91-
YUV167.84164.77136.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 233 (91.41% from 255) = 41.46%
R=32.03%
G=26.51%
B=41.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1801492330.230.3600.09262.1465.6274.9
HexB495E9172409106424b
Octal2642253512744011406102113
Binary101101001001010111101001101111001000100110000011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495E9; }

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

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

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

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

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

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

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

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