#B295F0

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

Shades of Biloba Flower #B295F0

Tints of Biloba Flower #B295F0

Color information

#B295F0 (or 0xB295F0) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and F0. RGB value is (178,149,240). Sum of RGB (Red+Green+Blue) = 178+149+240=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B295F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295F0 is #4D6A0F. Grayscale: #A7A7A7. Windows color (decimal): -5073424 or 15766962. OLE color: 15766962.

HSL color Cylindrical-coordinate representation of color #B295F0: hue angle of 259.12º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B295F0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178149240-
CMYK0.260.3800.06
HSL259.12º75.21%76.27%-
HSV(B)259.12º37.92%94.12%-
XYZ44.8437.2587.27-
YUV168.04168.61135.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=31.39%
G=26.28%
B=42.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781492400.260.3800.06259.1275.2176.27
HexB295F01A26061034b4c
Octal262225360324606403113114
Binary10110010100101011111000011010100110011010000001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295F0; }

 p { color: rgb(178,149,240); }

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

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

 a { background-color: rgb(178,149,240); }

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

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

 span { border-color: rgb(178,149,240); }

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