#B295DA

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

Shades of Biloba Flower #B295DA

Tints of Biloba Flower #B295DA

Color information

#B295DA (or 0xB295DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 95 and DA. RGB value is (178,149,218). Sum of RGB (Red+Green+Blue) = 178+149+218=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B295DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DA is #4D6A25. Grayscale: #A5A5A5. Windows color (decimal): -5073446 or 14325170. OLE color: 14325170.

HSL color Cylindrical-coordinate representation of color #B295DA: hue angle of 265.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B295DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178149218-
CMYK0.180.3200.15
HSL265.22º48.25%71.96%-
HSV(B)265.22º31.65%85.49%-
XYZ41.7636.0271.08-
YUV165.54157.61136.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 218 (85.55% from 255) = 40%
R=32.66%
G=27.34%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781492180.180.3200.15265.2248.2571.96
HexB295DA12200F1093048
Octal262225332224001741160110
Binary10110010100101011101101010010100000011111000010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B295DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B295DA; }

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

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

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

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

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

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

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

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