#B392FF

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

Shades of Biloba Flower #B392FF

Tints of Biloba Flower #B392FF

Color information

#B392FF (or 0xB392FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 92 and FF. RGB value is (179,146,255). Sum of RGB (Red+Green+Blue) = 179+146+255=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B392FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B392FF is #4C6D00. Grayscale: #A7A7A7. Windows color (decimal): -5008641 or 16749235. OLE color: 16749235.

HSL color Cylindrical-coordinate representation of color #B392FF: hue angle of 258.17º 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 #B392FF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179146255-
CMYK0.300.4300
HSL258.17º100%78.63%-
HSV(B)258.17º42.75%100%-
XYZ46.9237.3699.35-
YUV168.29176.93135.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 146 (57.42% from 255) = 25.17%
BLUE value IS 255 (100% from 255) = 43.97%
R=30.86%
G=25.17%
B=43.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791462550.300.4300258.1710078.63
HexB392FF1E2B00102644f
Octal263222377365300402144117
Binary101100111001001011111111111101010110010000001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392FF; }

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

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

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

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

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

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

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

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