#B292DF

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

Shades of Biloba Flower #B292DF

Tints of Biloba Flower #B292DF

Color information

#B292DF (or 0xB292DF) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and DF. RGB value is (178,146,223). Sum of RGB (Red+Green+Blue) = 178+146+223=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B292DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292DF is #4D6D20. Grayscale: #A4A4A4. Windows color (decimal): -5074209 or 14652082. OLE color: 14652082.

HSL color Cylindrical-coordinate representation of color #B292DF: hue angle of 264.94º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B292DF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178146223-
CMYK0.200.3500.13
HSL264.94º54.61%72.35%-
HSV(B)264.94º34.53%87.45%-
XYZ41.9635.3574.42-
YUV164.35161.1137.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=32.54%
G=26.69%
B=40.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781462230.200.3500.13264.9454.6172.35
HexB292DF14230D1093748
Octal262222337244301541167110
Binary10110010100100101101111110100100011011011000010011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292DF; }

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

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

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

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

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

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

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

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