#B392F3

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

Shades of Biloba Flower #B392F3

Tints of Biloba Flower #B392F3

Color information

#B392F3 (or 0xB392F3) is unknown color: approx Biloba Flower. HEX triplet: B3, 92 and F3. RGB value is (179,146,243). Sum of RGB (Red+Green+Blue) = 179+146+243=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #B392F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392F3 is #4C6D0C. Grayscale: #A6A6A6. Windows color (decimal): -5008653 or 15962803. OLE color: 15962803.

HSL color Cylindrical-coordinate representation of color #B392F3: hue angle of 260.41º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B392F3 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179146243-
CMYK0.260.4000.05
HSL260.41º80.17%76.27%-
HSV(B)260.41º39.92%95.29%-
XYZ45.0536.6189.49-
YUV166.92170.93136.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=31.51%
G=25.70%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791462430.260.4000.05260.4180.1776.27
HexB392F31A2805104504c
Octal263222363325005404120114
Binary10110011100100101111001111010101000010110000010010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392F3; }

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

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

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

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

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

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

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

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