#B295E1

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

Shades of Biloba Flower #B295E1

Tints of Biloba Flower #B295E1

Color information

#B295E1 (or 0xB295E1) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and E1. RGB value is (178,149,225). Sum of RGB (Red+Green+Blue) = 178+149+225=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B295E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295E1 is #4D6A1E. Grayscale: #A6A6A6. Windows color (decimal): -5073439 or 14783922. OLE color: 14783922.

HSL color Cylindrical-coordinate representation of color #B295E1: hue angle of 262.89º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B295E1 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178149225-
CMYK0.210.3400.12
HSL262.89º55.88%73.33%-
HSV(B)262.89º33.78%88.24%-
XYZ42.736.476.01-
YUV166.34161.11136.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=32.25%
G=26.99%
B=40.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781492250.210.3400.12262.8955.8873.33
HexB295E115220C1073849
Octal262225341254201440770111
Binary10110010100101011110000110101100010011001000001111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295E1; }

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

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

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

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

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

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

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

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