#B392D9

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

Shades of Biloba Flower #B392D9

Tints of Biloba Flower #B392D9

Color information

#B392D9 (or 0xB392D9) is unknown color: approx Biloba Flower. HEX triplet: B3, 92 and D9. RGB value is (179,146,217). Sum of RGB (Red+Green+Blue) = 179+146+217=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B392D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392D9 is #4C6D26. Grayscale: #A3A3A3. Windows color (decimal): -5008679 or 14258867. OLE color: 14258867.

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

Color convert

RGB179146217-
CMYK0.180.3300.15
HSL267.89º48.3%71.18%-
HSV(B)267.89º32.72%85.1%-
XYZ41.3935.1570.25-
YUV163.96157.93138.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=33.03%
G=26.94%
B=40.04%

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
Decimal1791462170.180.3300.15267.8948.371.18
HexB392D912210F10c3047
Octal263222331224101741460107
Binary10110011100100101101100110010100001011111000011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392D9; }

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

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

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

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

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

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

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

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