#B295FE

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

Shades of Biloba Flower #B295FE

Tints of Biloba Flower #B295FE

Color information

#B295FE (or 0xB295FE) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and FE. RGB value is (178,149,254). Sum of RGB (Red+Green+Blue) = 178+149+254=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #B295FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295FE is #4D6A01. Grayscale: #A9A9A9. Windows color (decimal): -5073410 or 16684466. OLE color: 16684466.

HSL color Cylindrical-coordinate representation of color #B295FE: hue angle of 256.57º 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 #B295FE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178149254-
CMYK0.300.4100.00
HSL256.57º98.13%79.02%-
HSV(B)256.57º41.34%99.61%-
XYZ4738.1298.65-
YUV169.64175.61133.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.64%
GREEN value IS 149 (58.59% from 255) = 25.65%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=30.64%
G=25.65%
B=43.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781492540.300.4100.00256.5798.1379.02
HexB295FE1E2900101624f
Octal262225376365100401142117
Binary101100101001010111111110111101010010010000000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295FE; }

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

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

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

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

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

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

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

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