#B292FF

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

Shades of Biloba Flower #B292FF

Tints of Biloba Flower #B292FF

Color information

#B292FF (or 0xB292FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 92 and FF. RGB value is (178,146,255). Sum of RGB (Red+Green+Blue) = 178+146+255=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B292FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B292FF is #4D6D00. Grayscale: #A7A7A7. Windows color (decimal): -5074177 or 16749234. OLE color: 16749234.

HSL color Cylindrical-coordinate representation of color #B292FF: hue angle of 257.61º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B292FF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178146255-
CMYK0.300.4300
HSL257.61º100%78.63%-
HSV(B)257.61º42.75%100%-
XYZ46.6937.2499.34-
YUV167.99177.1135.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 255 (100% from 255) = 44.04%
R=30.74%
G=25.22%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781462550.300.4300257.6110078.63
HexB292FF1E2B00102644f
Octal262222377365300402144117
Binary101100101001001011111111111101010110010000001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B292FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B292FF; }

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

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

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

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

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

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

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

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