#B292D9

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

Shades of Biloba Flower #B292D9

Tints of Biloba Flower #B292D9

Color information

#B292D9 (or 0xB292D9) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and D9. RGB value is (178,146,217). Sum of RGB (Red+Green+Blue) = 178+146+217=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #B292D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292D9 is #4D6D26. Grayscale: #A3A3A3. Windows color (decimal): -5074215 or 14258866. OLE color: 14258866.

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

Color convert

RGB178146217-
CMYK0.180.3300.15
HSL267.04º48.3%71.18%-
HSV(B)267.04º32.72%85.1%-
XYZ41.1635.0370.24-
YUV163.66158.1138.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 146 (57.42% from 255) = 26.99%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=32.90%
G=26.99%
B=40.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781462170.180.3300.15267.0448.371.18
HexB292D912210F10b3047
Octal262222331224101741360107
Binary10110010100100101101100110010100001011111000010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292D9; }

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

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

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

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

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

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

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

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