#B295DD

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

Shades of Biloba Flower #B295DD

Tints of Biloba Flower #B295DD

Color information

#B295DD (or 0xB295DD) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and DD. RGB value is (178,149,221). Sum of RGB (Red+Green+Blue) = 178+149+221=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B295DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DD is #4D6A22. Grayscale: #A5A5A5. Windows color (decimal): -5073443 or 14521778. OLE color: 14521778.

HSL color Cylindrical-coordinate representation of color #B295DD: hue angle of 264.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B295DD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178149221-
CMYK0.190.3300.13
HSL264.17º51.43%72.55%-
HSV(B)264.17º32.58%86.67%-
XYZ42.1636.1873.17-
YUV165.88159.11136.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 149 (58.59% from 255) = 27.19%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=32.48%
G=27.19%
B=40.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781492210.190.3300.13264.1751.4372.55
HexB295DD13210D1083349
Octal262225335234101541063111
Binary10110010100101011101110110011100001011011000010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295DD; }

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

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

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

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

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

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

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

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