#B292D7

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

Shades of Biloba Flower #B292D7

Tints of Biloba Flower #B292D7

Color information

#B292D7 (or 0xB292D7) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and D7. RGB value is (178,146,215). Sum of RGB (Red+Green+Blue) = 178+146+215=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B292D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292D7 is #4D6D28. Grayscale: #A3A3A3. Windows color (decimal): -5074217 or 14127794. OLE color: 14127794.

HSL color Cylindrical-coordinate representation of color #B292D7: hue angle of 267.83º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B292D7 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178146215-
CMYK0.170.3200.16
HSL267.83º46.31%70.78%-
HSV(B)267.83º32.09%84.31%-
XYZ40.934.9368.88-
YUV163.43157.1138.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=33.02%
G=27.09%
B=39.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781462150.170.3200.16267.8346.3170.78
HexB292D7112001010c2e47
Octal262222327214002041456107
Binary101100101001001011010111100011000000100001000011001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292D7; }

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

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

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

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

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

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

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

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