#B394F2

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

Shades of Biloba Flower #B394F2

Tints of Biloba Flower #B394F2

Color information

#B394F2 (or 0xB394F2) is unknown color: approx Biloba Flower. HEX triplet: B3, 94 and F2. RGB value is (179,148,242). Sum of RGB (Red+Green+Blue) = 179+148+242=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #B394F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B394F2 is #4C6B0D. Grayscale: #A7A7A7. Windows color (decimal): -5008142 or 15897779. OLE color: 15897779.

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

Color convert

RGB179148242-
CMYK0.260.3900.05
HSL259.79º78.33%76.47%-
HSV(B)259.79º38.84%94.9%-
XYZ45.2137.1788.8-
YUV167.98169.77135.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 148 (58.20% from 255) = 26.01%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=31.46%
G=26.01%
B=42.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791482420.260.3900.05259.7978.3376.47
HexB394F21A27051044e4c
Octal263224362324705404116114
Binary10110011100101001111001011010100111010110000010010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B394F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B394F2; }

 p { color: rgb(179,148,242); }

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

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

 a { background-color: rgb(179,148,242); }

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

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

 span { border-color: rgb(179,148,242); }

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