#B386F9

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

Shades of Biloba Flower #B386F9

Tints of Biloba Flower #B386F9

Color information

#B386F9 (or 0xB386F9) is unknown color: approx Biloba Flower. HEX triplet: B3, 86 and F9. RGB value is (179,134,249). Sum of RGB (Red+Green+Blue) = 179+134+249=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #B386F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B386F9 is #4C7906. Grayscale: #A0A0A0. Windows color (decimal): -5011719 or 16352947. OLE color: 16352947.

HSL color Cylindrical-coordinate representation of color #B386F9: hue angle of 263.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B386F9 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179134249-
CMYK0.280.4600.02
HSL263.48º90.55%75.1%-
HSV(B)263.48º46.18%97.65%-
XYZ44.2133.4793.75-
YUV160.56177.91141.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=31.85%
G=23.84%
B=44.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791342490.280.4600.02263.4890.5575.1
HexB386F91C2E021075b4b
Octal263206371345602407133113
Binary1011001110000110111110011110010111001010000011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386F9; }

 p { color: rgb(179,134,249); }

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

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

 a { background-color: rgb(179,134,249); }

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

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

 span { border-color: rgb(179,134,249); }

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