#B396F1

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

Shades of Biloba Flower #B396F1

Tints of Biloba Flower #B396F1

Color information

#B396F1 (or 0xB396F1) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and F1. RGB value is (179,150,241). Sum of RGB (Red+Green+Blue) = 179+150+241=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #B396F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396F1 is #4C690E. Grayscale: #A8A8A8. Windows color (decimal): -5007631 or 15832755. OLE color: 15832755.

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

Color convert

RGB179150241-
CMYK0.260.3800.05
HSL259.12º76.47%76.67%-
HSV(B)259.12º37.76%94.51%-
XYZ45.3737.7588.11-
YUV169.04168.61135.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 241 (94.53% from 255) = 42.28%
R=31.40%
G=26.32%
B=42.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791502410.260.3800.05259.1276.4776.67
HexB396F11A26051034c4d
Octal263226361324605403114115
Binary10110011100101101111000111010100110010110000001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396F1; }

 p { color: rgb(179,150,241); }

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

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

 a { background-color: rgb(179,150,241); }

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

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

 span { border-color: rgb(179,150,241); }

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