#B495F2

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

Shades of Biloba Flower #B495F2

Tints of Biloba Flower #B495F2

Color information

#B495F2 (or 0xB495F2) is unknown color: approx Biloba Flower. HEX triplet: B4, 95 and F2. RGB value is (180,149,242). Sum of RGB (Red+Green+Blue) = 180+149+242=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #B495F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495F2 is #4B6A0D. Grayscale: #A8A8A8. Windows color (decimal): -4942350 or 15898036. OLE color: 15898036.

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

Color convert

RGB180149242-
CMYK0.260.3800.05
HSL260º78.15%76.67%-
HSV(B)260º38.43%94.9%-
XYZ45.637.6188.86-
YUV168.87169.27135.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=31.52%
G=26.09%
B=42.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801492420.260.3800.0526078.1576.67
HexB495F21A26051044e4d
Octal264225362324605404116115
Binary10110100100101011111001011010100110010110000010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B495F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B495F2; }

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

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

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

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

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

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

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

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