#B294D9

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

Shades of Biloba Flower #B294D9

Tints of Biloba Flower #B294D9

Color information

#B294D9 (or 0xB294D9) is unknown color: approx Biloba Flower. HEX triplet: B2, 94 and D9. RGB value is (178,148,217). Sum of RGB (Red+Green+Blue) = 178+148+217=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #B294D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294D9 is #4D6B26. Grayscale: #A4A4A4. Windows color (decimal): -5073703 or 14259378. OLE color: 14259378.

HSL color Cylindrical-coordinate representation of color #B294D9: hue angle of 266.09º 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 #B294D9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178148217-
CMYK0.180.3200.15
HSL266.09º47.59%71.57%-
HSV(B)266.09º31.8%85.1%-
XYZ41.4735.6570.34-
YUV164.84157.44137.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 148 (58.20% from 255) = 27.26%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=32.78%
G=27.26%
B=39.96%

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
Decimal1781482170.180.3200.15266.0947.5971.57
HexB294D912200F10a3048
Octal262224331224001741260110
Binary10110010100101001101100110010100000011111000010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B294D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B294D9; }

 p { color: rgb(178,148,217); }

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

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

 a { background-color: rgb(178,148,217); }

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

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

 span { border-color: rgb(178,148,217); }

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